Skip to content

Commit 0a86dd0

Browse files
authored
Merge pull request #3 from actionshub/fix-this
fix this
2 parents 5e9753d + 7c60a81 commit 0a86dd0

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)