Skip to content

Commit 57980e6

Browse files
committed
Set Apache ownership on css/logo folder
To allow updating a custom logo Fixes #26 Signed-off-by: pierrecdn <[email protected]>
1 parent 84be4a0 commit 57980e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN tar -xzf /tmp/v${PHPSAML_VERSION}.tar.gz -C ${WEB_REPO}/functions/php-saml/
5959
RUN cp ${WEB_REPO}/config.dist.php ${WEB_REPO}/config.php && \
6060
chown www-data /var/www/html/app/admin/import-export/upload && \
6161
chown www-data /var/www/html/app/subnets/import-subnet/upload && \
62+
chown www-data /var/www/html/css/images/logo && \
6263
sed -i -e "s/\['host'\] = 'localhost'/\['host'\] = getenv(\"MYSQL_ENV_MYSQL_HOST\") ?: \"mysql\"/" \
6364
-e "s/\['user'\] = 'phpipam'/\['user'\] = getenv(\"MYSQL_ENV_MYSQL_USER\") ?: \"root\"/" \
6465
-e "s/\['pass'\] = 'phpipamadmin'/\['pass'\] = getenv(\"MYSQL_ENV_MYSQL_PASSWORD\")/" \

0 commit comments

Comments
 (0)