move environment on top

This commit is contained in:
Christoph Kottke
2024-04-25 17:33:04 +02:00
parent 7fcaf2ef92
commit 2e63f3fe9f

View File

@@ -1,4 +1,5 @@
FROM php:8.3-apache
ENV CI_ENV=docker
# Install dependencies
RUN set -ex; \
@@ -29,8 +30,6 @@ RUN set -ex; \
echo 'max_execution_time = 600'; \
} > $PHP_INI_DIR/conf.d/wavelog.ini;
ENV CI_ENV=docker
COPY ./ /var/www/html/
WORKDIR /var/www/html