Update 2 files
- /default.conf - /Dockerfile
This commit is contained in:
@@ -22,5 +22,6 @@ RUN npm run build
|
||||
FROM nginx:latest as prod
|
||||
|
||||
COPY --from=prod-builder /usr/src/app/dist /usr/share/nginx/html
|
||||
ADD default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user