We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea546cf commit 6f1804bCopy full SHA for 6f1804b
1 file changed
Dockerfile
@@ -21,7 +21,6 @@ FROM node:14-alpine AS final
21
WORKDIR /app
22
COPY --from=build /app /app
23
ENV HTTP_PORT=8080 HTTPS_PORT=8443
24
-EXPOSE $HTTP_PORT
25
-EXPOSE $HTTPS_PORT
+EXPOSE $HTTP_PORT $HTTPS_PORT
26
USER 1000
27
CMD ["node", "./index.js"]
0 commit comments