Skip to content

Commit 7c60a81

Browse files
committed
fix this
1 parent 5e9753d commit 7c60a81

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
@@ -4,4 +4,4 @@ COPY . .
44

55
RUN chmod +x /entrypoint.sh
66

7-
ENTRYPOINT ["bash", "/entrypoint.sh"]
7+
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 commit comments

Comments
 (0)