Skip to content

Commit 8486780

Browse files
committed
fixed executable location
Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent 31d8634 commit 8486780

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)