mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-24 22:11:22 +02:00
[*] Small changes, upd. gitignore
This commit is contained in:
parent
75106bfb8d
commit
f8a83373b1
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,2 +1,14 @@
|
|||||||
|
# IDEA generated
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# OS generated
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
|
||||||
|
# Tmp files
|
||||||
|
*.swp
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# App generated
|
||||||
.env
|
.env
|
||||||
postgres-data
|
postgres-data
|
||||||
|
@ -73,7 +73,7 @@ RUN cd /usr/bin \
|
|||||||
&& touch /var/log/bigbluebutton/bbb-web.log
|
&& touch /var/log/bigbluebutton/bbb-web.log
|
||||||
|
|
||||||
# create user
|
# create user
|
||||||
# the ID should matcht the one creating the files in `core`
|
# the ID should match the one creating the files in `core`
|
||||||
RUN groupadd -g 998 bigbluebutton && useradd -m -u 998 -g bigbluebutton bigbluebutton
|
RUN groupadd -g 998 bigbluebutton && useradd -m -u 998 -g bigbluebutton bigbluebutton
|
||||||
|
|
||||||
COPY bigbluebutton.yml /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml.tmpl
|
COPY bigbluebutton.yml /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml.tmpl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user