Skip to content

Commit

Permalink
Merge pull request #649 from krypty/dockerfile-issue
Browse files Browse the repository at this point in the history
Add a missing backslash in stable Dockerfile version
  • Loading branch information
virtualtam authored Sep 14, 2016
2 parents d06c28e + 7329118 commit dc8e03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN chmod 755 /usr/local/bin/composer

WORKDIR /var/www
RUN curl -L https://github.com/shaarli/Shaarli/archive/stable.tar.gz | tar xzf - \
&& mv Shaarli-stable shaarli
&& mv Shaarli-stable shaarli \
&& cd shaarli \
&& composer --prefer-dist --no-dev install
RUN rm -rf html \
Expand Down

0 comments on commit dc8e03b

Please sign in to comment.