Skip to content

Commit 280e1ce

Browse files
authored
Merge pull request #12 from schultzp2020/fix-sample
fixed executable location
2 parents 31d8634 + 8486780 commit 280e1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN go build -o ./main
1111

1212
EXPOSE 8081
1313

14-
CMD [ "/main" , "-p=8081"]
14+
CMD [ "app/main" , "-p=8081"]

0 commit comments

Comments
 (0)