Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Mar 21, 2020
1 parent af98e4a commit d435e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY .env ./
ENV TZ=Asia/Shanghai
EXPOSE 80

ENTRYPOINT ["./app",":80"]
ENTRYPOINT ["./app","--addr=:80"]

0 comments on commit d435e52

Please sign in to comment.