Skip to content

Commit c83f61d

Browse files
authored
Updating entrypoint.sh location
1 parent bd09e04 commit c83f61d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN apk update && apk add --no-cache \
4646
find /var/www/localhost/htdocs/ -type d -exec chmod 770 {} \; && \
4747
find /var/www/localhost/htdocs/ -type f -exec chmod 660 {} \; && \
4848
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 && \
4950
chmod +x $FIREFLY_PATH/.deploy/docker/entrypoint.sh
5051

5152

0 commit comments

Comments
 (0)