Skip to content

Commit eebc8c3

Browse files
committed
fix: run entrypoint script using bash
1 parent 8d10541 commit eebc8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ COPY --from=moreutils /usr/bin/moreutils /usr/bin/moreutils
3636
COPY --from=flarectl /app/flarectl /usr/local/bin
3737

3838
COPY rootfs/ /
39-
ENTRYPOINT ["sh"]
39+
ENTRYPOINT ["bash"]
4040
CMD ["/entrypoint"]

0 commit comments

Comments
 (0)