Skip to content

Commit 695ea10

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(Dockerfile): use the PATH to find the boot binary
1 parent 8e81935 commit 695ea10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN chown -R $GITUSER:$GITUSER $GITHOME
4141

4242

4343
ADD ./check-repos /home/git/
44-
ENTRYPOINT ["/bin/boot", "server"]
44+
ENTRYPOINT ["boot", "server"]
4545
EXPOSE 2223
4646
EXPOSE 3000
4747
RUN addgroup -g 2000 slug && adduser -D -u 2000 -G slug slug

0 commit comments

Comments
 (0)