This commit is contained in:
2024-09-22 12:45:18 +02:00
parent 63e60d237c
commit 6d39818cfc
3 changed files with 6 additions and 6 deletions

View File

@@ -15,6 +15,6 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html
EXPOSE 5001
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]