10000 Fixed · pacroy/docker-bookstack@97659fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 97659fc

Browse files
committed
Fixed
1 parent f7bfe84 commit 97659fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ EXPOSE 80
3232

3333
VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
3434

35-
RUN chmod -R g+w vendors \
36-
chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
37-
chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads \
35+
RUN chmod -R g+w vendor \
36+
&& chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
37+
&& chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads \
3838

3939
USER www-data:www-data
4040

0 commit comments

Comments
 (0)
0