feat: refs #7022 Added cdn #5

Merged
guillermo merged 7 commits from 7022-rwmap into master 2024-09-11 06:33:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ebdf01b7b0 - Show all commits

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