Skip to content

Commit 5f7b2ed

Browse files
author
Yaroslav Voitenko
committed
feat(dockerize-app): Add valid dockerfile
1 parent cf80913 commit 5f7b2ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ FROM php:8.3-cli
33
COPY src/builds/whp /bin/
44
RUN chmod +x /bin/whp
55

6-
ENTRYPOINT /bin/whp
6+
RUN apt-get update && apt-get install -y tini
7+
8+
ENTRYPOINT ["/usr/bin/tini", "--", "/bin/whp"]

0 commit comments

Comments
 (0)