Undo Docker changes (#34)

This commit is contained in:
John Wu
2021-04-30 13:12:30 -07:00
committed by GitHub
parent 49ea9cef44
commit 742e3047e0
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
**/.classpath **/.classpath
**/.dockerignore **/.dockerignore
**/.env
**/.git **/.git
**/.gitignore **/.gitignore
**/.project **/.project

View File

@@ -8,5 +8,4 @@ RUN npm run build
FROM nginx:alpine FROM nginx:alpine
COPY --from=builder build /usr/share/nginx/html COPY --from=builder build /usr/share/nginx/html
COPY .env /usr/share/nginx/html/.env
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf