Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deissh committed Jun 3, 2020
1 parent 90e9a3d commit 04c567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY --from=builder /server /avagen
COPY RobotoMono-Regular.ttf RobotoMono-Regular.ttf

EXPOSE 8080
CMD ["/avagen serve", "--addr", "127.0.0.1:8080"]
CMD ["/avagen", "serve", "--addr", "0.0.0.0:8080"]

0 comments on commit 04c567c

Please sign in to comment.