10000
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 f7bfe84 commit 97659fcCopy full SHA for 97659fc
Dockerfile
@@ -32,9 +32,9 @@ EXPOSE 80
32
33
VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
34
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 \
+RUN chmod -R g+w vendor \
+ && chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
+ && chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads \
38
39
USER www-data:www-data
40
0 commit comments