We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd09e04 commit c83f61dCopy full SHA for c83f61d
Dockerfile
@@ -46,6 +46,7 @@ RUN apk update && apk add --no-cache \
46
find /var/www/localhost/htdocs/ -type d -exec chmod 770 {} \; && \
47
find /var/www/localhost/htdocs/ -type f -exec chmod 660 {} \; && \
48
chown -R nginx:nobody /var/www/localhost/htdocs/ && \
49
+ curl "https://raw.githubusercontent.com/firefly-iii/docker/master/scripts/entrypoint.sh" > $FIREFLY_PATH/.deploy/docker/entrypoint.sh && \
50
chmod +x $FIREFLY_PATH/.deploy/docker/entrypoint.sh
51
52
0 commit comments