diff options
| author | s-ol <s+removethis@s-ol.nu> | 2023-05-05 19:54:08 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2023-05-05 19:54:08 +0000 |
| commit | e447f2d9ca1de1a33d0d25c0a8395d72a4035553 (patch) | |
| tree | 3cf0650cdefcd08fabe7992ad8d02a6b3b40d2bd /Dockerfile | |
| parent | upgrade dependencies (diff) | |
| download | isomorphic-kb-explorer-e447f2d9ca1de1a33d0d25c0a8395d72a4035553.tar.gz isomorphic-kb-explorer-e447f2d9ca1de1a33d0d25c0a8395d72a4035553.zip | |
restart with v2
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |
