Adjust file ownership

This commit is contained in:
Eric Nemchik
2023-01-23 20:46:38 -06:00
parent f57544a712
commit 0e72ac4718
4 changed files with 16 additions and 13 deletions

View File

@@ -43,9 +43,7 @@ RUN \
tar xf \
/tmp/heimdall.tar.gz -C \
/app/www --strip-components=1 && \
cp /app/www/storage/app/searchproviders.yaml /app/www/storage/app/searchproviders.yaml.orig && \
chown -R abc:abc \
/app/www && \
mv /app/www/storage/app/searchproviders.yaml /app/www/storage/app/searchproviders.yaml.orig && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*