feat: refs #7022 Changes

This commit is contained in:
Guillermo Bonet 2024-08-14 11:11:56 +02:00
parent a6ca532bf3
commit ebdf01b7b0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get update \
&& apt-get install -y curl libcgi-pm-perl \
&& rm -rf /var/lib/apt/lists/*
COPY www/rwmap.pl /usr/local/bin/
COPY rwmap.pl /usr/local/bin/
RUN chmod +x /usr/local/bin/rwmap.pl
RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf