Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jancelin authored May 4, 2017
1 parent 143e42e commit fb991cd
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 @@ -9,7 +9,7 @@ ENV LIZMAPVERSION 3.1.1
COPY filesAlpine/ /home/files/

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

VOLUME ["/var/www/websig/lizmap/var" , "/home"]
EXPOSE 80 443
Expand Down

0 comments on commit fb991cd

Please sign in to comment.