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 6f82cc2 commit cf80913Copy full SHA for cf80913
Dockerfile
@@ -3,4 +3,4 @@ FROM php:8.3-cli
3
COPY src/builds/whp /bin/
4
RUN chmod +x /bin/whp
5
6
-ENTRYPOINT ["/bin/whp"]
+ENTRYPOINT /bin/whp
0 commit comments