From f8a83373b1298b749830d978b3f3eb9d24b90db7 Mon Sep 17 00:00:00 2001 From: cardinalit Date: Wed, 16 Dec 2020 17:30:49 +0300 Subject: [PATCH] [*] Small changes, upd. gitignore --- .gitignore | 12 ++++++++++++ mod/recordings/Dockerfile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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