Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago authored Jan 15, 2020
1 parent cef03dd commit 6ec5aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apk update \
# Empty /var/www and add an index.php to show phpinfo()
&& rm -rf /var/www/* \
&& echo '<?php phpinfo(); ?>' > /app/phpinfo.php \
&& wget https://github.com/yesinteractive/fsl/archive/master.zip -P /app \
&& wget https://github.com/yesinteractive/dad-jokes_microservice/archive/master.zip -P /app \
&& unzip /app/master.zip -d /app \
&& cp -r /app/fsl-master/. /app \
&& rm -rf /app/fsl-master
Expand Down

0 comments on commit 6ec5aca

Please sign in to comment.