Skip to content

Commit f55052e

Browse files
committed
update Dockerfile command to posix-style flag
1 parent bef7d22 commit f55052e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ go build -o /usr/bin/hashbot
1111

1212

1313
EXPOSE 8080
14-
CMD ["/usr/bin/hashbot", "main.go", "-cfg", "config.hb"]
14+
CMD ["/usr/bin/hashbot", "main.go", "--cfg", "config.hb"]
1515

0 commit comments

Comments
 (0)