Fix copy command for conf files

This commit is contained in:
Charlene Auger 2024-07-05 09:21:40 +02:00
parent 73c103f062
commit efdf762a58

View File

@ -62,7 +62,7 @@ WORKDIR /etc/apache2/conf-available
RUN ln -sf /proc/self/fd/1 /var/log/apache2/access.log && \ RUN ln -sf /proc/self/fd/1 /var/log/apache2/access.log && \
ln -sf /proc/self/fd/2 /var/log/apache2/error.log ln -sf /proc/self/fd/2 /var/log/apache2/error.log
COPY conf/ /tmp/conf COPY conf/* /tmp/conf/
COPY ./docker-entrypoint.sh /docker-entrypoint.sh COPY ./docker-entrypoint.sh /docker-entrypoint.sh
COPY ./docker-entrypoint.d /docker-entrypoint.d COPY ./docker-entrypoint.d /docker-entrypoint.d