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

Commit c25f726

Browse files
committed
add phan to $PATH
1 parent 136ba20 commit c25f726

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN apk add --no-cache git && \
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
1414

15+
ENV PATH $PATH:/opt/phan/
16+
1517
ENTRYPOINT ["/sbin/tini", "--"]
1618

17-
CMD ["/opt/phan/phan"]
19+
CMD ["phan"]

0 commit comments

Comments
 (0)