Fix the Git version in the footer with the Docker image and change the wording.

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-21 12:32:08 +02:00
parent 4b2c4db457
commit 6ca701f6fd
15 changed files with 28 additions and 19 deletions

View file

@ -36,6 +36,8 @@ COPY lib /app/lib/
COPY app /app/app/
COPY db /app/db/
COPY .git /app/.git
RUN RAILS_ENV=production bundle exec rake assets:precompile
ENTRYPOINT ["/app/docker-entrypoint.sh"]