Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
jancelin authored May 4, 2017
1 parent 156008e commit 3b7af82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN a2dismod php5; a2enmod actions; a2enmod fcgid ; a2enmod ssl; a2enmod rewrite

ENV LIZMAPVERSION 3.1.1

COPY files/ /home/files/
COPY filesAlpine/ /home/files/

ADD https://github.com/3liz/lizmap-web-client/archive/$LIZMAPVERSION.zip /var/www/
RUN /home/files/setup.sh
Expand Down

0 comments on commit 3b7af82

Please sign in to comment.