Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner authored Jan 12, 2022
1 parent 64ed556 commit 2317890
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ COPY / /tmp/cdv
WORKDIR /tmp/cdv
RUN composer install --no-dev

# Add git tag version to PHP file
RUN { \
echo -e "<\x21-- $(git describe --tags) -->"; \
} >> /tmp/cdv/web/themes/custom/relaunch2018/templates/html.html.twig; \
rm -rf .git/;

FROM php:8.0-fpm-alpine
MAINTAINER Michael Büchner <m.buechner@dnb.de>

Expand Down

0 comments on commit 2317890

Please sign in to comment.