[*] Small changes, upd. gitignore

This commit is contained in:
cardinalit 2020-12-16 17:30:49 +03:00
parent 75106bfb8d
commit f8a83373b1
2 changed files with 13 additions and 1 deletions

12
.gitignore vendored
View File

@ -1,2 +1,14 @@
# IDEA generated
.idea
# OS generated
.DS_Store
.AppleDouble
# Tmp files
*.swp
*.log
# App generated
.env
postgres-data

View File

@ -73,7 +73,7 @@ RUN cd /usr/bin \
&& touch /var/log/bigbluebutton/bbb-web.log
# 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
COPY bigbluebutton.yml /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml.tmpl