mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-16 17:51:33 +01:00
core: fix permissions recursively
This commit is contained in:
parent
a4871a8c5b
commit
8d2d08a413
@ -14,7 +14,7 @@ mkdir -p /var/bigbluebutton/deleted
|
||||
mkdir -p /var/bigbluebutton/unpublished
|
||||
|
||||
# -- fix directory permissions
|
||||
RUN chown bigbluebutton:bigbluebutton /var/bigbluebutton
|
||||
RUN chown -R bigbluebutton:bigbluebutton /var/bigbluebutton
|
||||
|
||||
dockerize \
|
||||
-template /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties.tmpl:/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties \
|
||||
|
Loading…
Reference in New Issue
Block a user