We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf80913 commit 5f7b2edCopy full SHA for 5f7b2ed
Dockerfile
@@ -3,4 +3,6 @@ FROM php:8.3-cli
3
COPY src/builds/whp /bin/
4
RUN chmod +x /bin/whp
5
6
-ENTRYPOINT /bin/whp
+RUN apt-get update && apt-get install -y tini
7
+
8
+ENTRYPOINT ["/usr/bin/tini", "--", "/bin/whp"]
0 commit comments