We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9753d + 7c60a81 commit 0a86dd0Copy full SHA for 0a86dd0
Dockerfile
@@ -4,4 +4,4 @@ COPY . .
4
5
RUN chmod +x /entrypoint.sh
6
7
-ENTRYPOINT ["bash", "/entrypoint.sh"]
+ENTRYPOINT ["sh", "/entrypoint.sh"]
0 commit comments