aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2023-05-05 19:54:08 +0000
committers-ol <s+removethis@s-ol.nu>2023-05-05 19:54:08 +0000
commite447f2d9ca1de1a33d0d25c0a8395d72a4035553 (patch)
tree3cf0650cdefcd08fabe7992ad8d02a6b3b40d2bd /Dockerfile
parentupgrade dependencies (diff)
downloadisomorphic-kb-explorer-e447f2d9ca1de1a33d0d25c0a8395d72a4035553.tar.gz
isomorphic-kb-explorer-e447f2d9ca1de1a33d0d25c0a8395d72a4035553.zip
restart with v2
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile
index 7fa9402..d728eb4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,3 @@
-FROM node AS build-env
-WORKDIR /build
-COPY package.json /build/
-RUN npm i
-COPY . /build/
-RUN npm run build
-
FROM nginx:alpine
-COPY --from=build-env /build/dist /usr/share/nginx/html
+COPY . /usr/share/nginx/html
RUN chmod 555 -R /usr/share/nginx/html