Skip to content

Commit

Permalink
fix Dockerfile parse error line
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong authored and fiksani committed Mar 2, 2019
1 parent 553590c commit 5bbc9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ENV COMPOSER_AUTH ${COMPOSER_AUTH}

RUN if [ ${COMPOSER_AUTH} = false ]; then \
# remove the file
rm /home/laradock/.composer/auth.json
rm /home/laradock/.composer/auth.json \
;fi

ARG COMPOSER_REPO_PACKAGIST
Expand Down

0 comments on commit 5bbc9b0

Please sign in to comment.