Skip to content

Commit 980eea3

Browse files
committed
move source link to /src/php/*
1 parent e6ccecc commit 980eea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpbrew/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ RUN source ~/.phpbrew/bashrc \
5555
&& which php \
5656
&& php -v \
5757
&& phpbrew info \
58-
&& mkdir -p /php \
59-
&& ln -s $(phpbrew path build) /php/$PHPBREW_PHP
58+
&& mkdir -p /src/php \
59+
&& ln -s $(phpbrew path build) /src/php/$PHPBREW_PHP

0 commit comments

Comments
 (0)