Skip to content

Commit

Permalink
fix docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Sep 6, 2021
1 parent e0a15e9 commit a4a226f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
COPY odin /

# Exposes port 3000 because our program listens on that port
EXPOSE 3000
# Exposes port 3001 because our program listens on that port
EXPOSE 3001

ENTRYPOINT ["/odin"]

0 comments on commit a4a226f

Please sign in to comment.