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.
1 parent 5e9753d commit 7c60a81Copy full SHA for 7c60a81
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