Update 2 files

- /default.conf
- /Dockerfile
This commit is contained in:
Administrator
2024-08-14 09:07:02 +00:00
parent d43d9b27e9
commit 276e4484ae
2 changed files with 27 additions and 0 deletions

View File

@@ -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;"]