expose port 443
This commit is contained in:
@@ -16,7 +16,7 @@ FROM nginx:stable-alpine AS runtime
|
|||||||
|
|
||||||
COPY --from=build /edb-www/app /usr/share/nginx/html
|
COPY --from=build /edb-www/app /usr/share/nginx/html
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80 443
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user