Restyle 🔧 Push release version to Docker image (#115)

* Restyled by php-cs-fixer

* Restyled by whitespace

Co-authored-by: Restyled.io <commits@restyled.io>
This commit was merged in pull request #115.
This commit is contained in:
restyled-io[bot]
2020-08-17 12:00:35 +01:00
committed by GitHub
parent 099b82f13a
commit adf39171a1
2 changed files with 134 additions and 116 deletions

View File

@@ -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
RUN echo $VERSION > /srv/includes/VERSION