Skip to content

Commit

Permalink
fix: Set entrypoint to sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 20, 2023
1 parent 98c957e commit 4a87bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ RUN apk add --no-cache jq
COPY --from=flarectl /go/bin /usr/local/bin

COPY rootfs/ /
ENTRYPOINT ["sh"]
CMD ["/entrypoint"]

0 comments on commit 4a87bc1

Please sign in to comment.