expose port 443

This commit is contained in:
2025-09-30 23:35:58 +02:00
parent 39b7158b94
commit bc9a80d42b

View File

@@ -16,7 +16,7 @@ FROM nginx:stable-alpine AS runtime
COPY --from=build /edb-www/app /usr/share/nginx/html
EXPOSE 80
EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]