Small fixes, added default nordvpn file

This commit is contained in:
Eldwan Brianne
2021-03-16 23:31:51 +01:00
parent f4dc3f2b17
commit 5b944931a3
5 changed files with 90 additions and 9 deletions

View File

@@ -18,8 +18,7 @@ RUN set -ex; \
echo "Adding user"; \
groupadd -g 911 abc && \
useradd -u 911 -g 911 -s /bin/false -m abc && \
usermod -G users abc && \
mkdir -p /config/deluge && mkdir -p /config/delugeweb
usermod -G users abc
# Add configuration and scripts
COPY root/ /