Skip to content

Commit e53f102

Browse files
committed
change docker image binary location
1 parent a6530dd commit e53f102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM docker/compose
2-
COPY pico /bin/pico
3-
ENTRYPOINT ["pico"]
2+
COPY pico /
3+
ENTRYPOINT ["/pico"]

0 commit comments

Comments
 (0)