Skip to content

Commit 430db69

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(Dockerfile,entrypoint.sh): rename and execute only the boot binary
1 parent 486d3f7 commit 430db69

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ RUN mkdir -p $GITHOME/.ssh && chown git:git $GITHOME/.ssh
4040
RUN chown -R $GITUSER:$GITUSER $GITHOME
4141

4242

43-
CMD ["/bin/boot"]
44-
COPY ./entrypoint.sh /
4543
ADD ./check-repos /home/git/
46-
ENTRYPOINT ["/entrypoint.sh"]
44+
ENTRYPOINT ["/bin/boot"]
4745
EXPOSE 2223
4846
EXPOSE 3000
4947
RUN addgroup -g 2000 slug && adduser -D -u 2000 -G slug slug

rootfs/entrypoint.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)