Fixed assets directory permissions

This commit is contained in:
root
2019-05-29 13:57:51 +03:00
parent ecd6247c48
commit 2e448015cd
16 changed files with 15 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/*