We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56571d commit 37ab6a8Copy full SHA for 37ab6a8
Dockerfile
@@ -55,7 +55,7 @@ WORKDIR /app
55
COPY --from=swift --chown=vapor:vapor /staging /app
56
57
USER vapor:vapor
58
-EXPOSE $PORT
+EXPOSE 8080
59
60
ENTRYPOINT ["./App"]
61
CMD ["serve", "--env", "production", "--hostname", "0.0.0.0"]
0 commit comments