Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Berhent committed Sep 3, 2022
1 parent 8a51695 commit e57f2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV MALLOC_ARENA_MAX=2
ENV GIN_MODE="release"

# run main.go
CMD ["natricon", "-host=0.0.0.0", "-port=5555", "-logtostderr"]
CMD ["./natricon", "-host=0.0.0.0", "-port=5555", "-logtostderr"]

0 comments on commit e57f2d6

Please sign in to comment.