Skip to content

Commit 388d4bf

Browse files
committed
Preset ENV to docker for dockerfile
1 parent f64a4e3 commit 388d4bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update \
99
&& apt-get install -y curl libxml2-dev libonig-dev libzip-dev cron \
1010
&& docker-php-ext-install mysqli mbstring xml zip
1111
RUN a2enmod rewrite
12+
ENV CI_ENV=docker
1213

1314
WORKDIR /var/www/html
1415
RUN curl -L https://api.github.com/repos/wavelog/wavelog/tarball/dev | tar -xz --strip=1

0 commit comments

Comments
 (0)