build.sh for php7.3

This commit is contained in:
2020-04-11 23:31:39 -04:00
parent 3c912b0a01
commit ae4048ad5f
3 changed files with 15 additions and 1 deletions

View File

@@ -6,4 +6,7 @@ MAINTAINER Richard Morgan <r_morgan@sympatico.ca>
RUN curl -L --fail http://robo.li/robo.phar -o robo.phar\
&& chmod +x robo.phar && mv robo.phar /usr/local/bin/robo
ENTRYPOINT /usr/local/bin/robo
RUN mkdir -p /opt/project
ENTRYPOINT ["robo"]
WORKDIR /opt/project