Skip to content

Commit 8b5ee97

Browse files
committed
Fix entrypoint in Docker image
[ci skip]
1 parent a403e7e commit 8b5ee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
6868

6969
RUN chmod +x /docker-entrypoint.sh
7070

71-
ENTRYPOINT bash /docker-entrypoint.sh
71+
ENTRYPOINT ["/bin/bash", "/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)