diff --git a/.gitignore b/.gitignore index 82d8eec..4eced3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ +# IDEA generated +.idea + +# OS generated +.DS_Store +.AppleDouble + +# Tmp files +*.swp +*.log + +# App generated .env postgres-data diff --git a/mod/recordings/Dockerfile b/mod/recordings/Dockerfile index 4f25704..4a1485d 100644 --- a/mod/recordings/Dockerfile +++ b/mod/recordings/Dockerfile @@ -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