Skip to content

Commit

Permalink
fix: APP_ROOT reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Dec 25, 2024
1 parent 6c61431 commit 763c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ LABEL vendor='Radio Bern RaBe' \

ENV HTTPD_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/httpd/ \

Check warning on line 82 in wiki/Dockerfile

View workflow job for this annotation

GitHub Actions / container_image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$HTTPD_APP_ROOT' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 82 in wiki/Dockerfile

View workflow job for this annotation

GitHub Actions / container_image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$HTTPD_APP_ROOT' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
HTTPD_APP_ROOT=/var/www/html \
HTTPD_CONFIGURATION_PATH=${APP_ROOT}/etc/httpd.d \
HTTPD_CONFIGURATION_PATH=${HTTPD_APP_ROOT}/etc/httpd.d \
HTTPD_MAIN_CONF_PATH=/etc/httpd/conf \
HTTPD_MAIN_CONF_MODULES_D_PATH=/etc/httpd/conf.modules.d \
HTTPD_MAIN_CONF_D_PATH=/etc/httpd/conf.d \
Expand Down

0 comments on commit 763c016

Please sign in to comment.