mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 12:34:32 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
87f1af76aa
commit
6bec9436f0
@ -120,7 +120,8 @@ RUN mkdir -p /bin/ /config/ /data/ /dist/nextcloud/ && \
|
||||
\
|
||||
cd /dist/nextcloud && \
|
||||
tar -xjf "/tmp/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" --strip 1 -C . && \
|
||||
addgroup -g ${PGID} nextcloud && adduser -D -h /home/nextcloud -u ${PUID} -G nextcloud -s /bin/sh nextcloud; \
|
||||
addgroup -g ${PGID} nextcloud && \
|
||||
adduser -D -h /home/nextcloud -u ${PUID} -G nextcloud -s /bin/sh nextcloud; \
|
||||
\
|
||||
rm -rf /tmp/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user