diff --git a/Dockerfile b/Dockerfile index 070a4de..80c0cce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ ARG VERSION RUN docker-php-ext-install pdo_mysql && a2enmod rewrite remoteip COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf COPY --from=build /srv /srv -RUN echo $VERSION > /srv/includes/VERSION \ No newline at end of file +RUN echo $VERSION > /srv/includes/VERSION