We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64a4e3 commit 388d4bfCopy full SHA for 388d4bf
Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update \
9
&& apt-get install -y curl libxml2-dev libonig-dev libzip-dev cron \
10
&& docker-php-ext-install mysqli mbstring xml zip
11
RUN a2enmod rewrite
12
+ENV CI_ENV=docker
13
14
WORKDIR /var/www/html
15
RUN curl -L https://api.github.com/repos/wavelog/wavelog/tarball/dev | tar -xz --strip=1
0 commit comments