Undo Docker changes (#34)
This commit is contained in:
@@ -8,5 +8,4 @@ RUN npm run build
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=builder build /usr/share/nginx/html
|
||||
COPY .env /usr/share/nginx/html/.env
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user