This commit is contained in:
Administrator
2024-08-14 08:45:14 +00:00
parent f34f30ce2a
commit 19af369138
2 changed files with 24 additions and 0 deletions

View File

@@ -23,5 +23,7 @@ RUN npm run build
FROM nginx:latest as prod
COPY --from=builder /usr/src/app/dist /usr/share/nginx/html
ADD default.conf /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]