Skip to content

Commit cf80913

Browse files
author
Yaroslav Voitenko
committed
chore: fix dockerfile
1 parent 6f82cc2 commit cf80913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

6-
ENTRYPOINT ["/bin/whp"]
6+
ENTRYPOINT /bin/whp

0 commit comments

Comments
 (0)