Skip to content
Snippets Groups Projects
Commit 84906ef3 authored by Mathieu Ruellan's avatar Mathieu Ruellan
Browse files

[fixes] issue 11: missing comma and execute mode on the entry point

parent 114694f3
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,10 @@ RUN mv /var/www/local /template/
RUN mkdir -p /var/www/_data/i /config
RUN chown -R www-data:www-data /var/www
VOLUME ["/var/www/galleries", "/var/www/themes", "/var/www/plugins", "/var/www/local", "/var/www/_data/i" "/config"]
VOLUME ["/var/www/galleries", "/var/www/themes", "/var/www/plugins", "/var/www/local", "/var/www/_data/i", "/config"]
ADD entrypoint.sh /entrypoint.sh
RUN chmod u+x /entrypoint.sh
ENTRYPOINT /entrypoint.sh
EXPOSE 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment