Skip to content

Commit 37ab6a8

Browse files
package update
1 parent c56571d commit 37ab6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WORKDIR /app
5555
COPY --from=swift --chown=vapor:vapor /staging /app
5656

5757
USER vapor:vapor
58-
EXPOSE $PORT
58+
EXPOSE 8080
5959

6060
ENTRYPOINT ["./App"]
6161
CMD ["serve", "--env", "production", "--hostname", "0.0.0.0"]

0 commit comments

Comments
 (0)