Fixed assets directory permissions

This commit is contained in:
root
2019-05-29 14:09:15 +03:00
parent 48604a192d
commit 5d59c0a8d9
17 changed files with 251 additions and 2 deletions

View File

@ -77,6 +77,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \
rm -f conf/zabbix.conf.php && \
rm -rf tests && \
./locale/make_mo.sh && \
chown --quiet -R nginx:nginx /usr/share/zabbix && \
apk del ${APK_FLAGS_COMMON} --purge \
build-dependencies && \
rm -rf /var/cache/apk/*