🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-04 23:27:27 -04:00
parent 87f1af76aa
commit 6bec9436f0
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -120,7 +120,8 @@ RUN mkdir -p /bin/ /config/ /data/ /dist/nextcloud/ && \
\ \
cd /dist/nextcloud && \ cd /dist/nextcloud && \
tar -xjf "/tmp/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" --strip 1 -C . && \ 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/* rm -rf /tmp/*