Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 136ba20

Browse files
committed
remove entrypoint
1 parent 9968ee2 commit 136ba20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ RUN apk add --no-cache git && \
1111
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan dev-master && \
1212
rm -rf /var/cache/apk/* /tmp/php-ast /usr/local/bin/composer && \
1313
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ tini
14-
ENTRYPOINT ["/sbin/tini", "--", "/opt/phan/phan"]
14+
15+
ENTRYPOINT ["/sbin/tini", "--"]
16+
17+
CMD ["/opt/phan/phan"]

0 commit comments

Comments
 (0)