mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Fix the Git version in the footer with the Docker image and change the wording.
This commit is contained in:
parent
4b2c4db457
commit
6ca701f6fd
15 changed files with 28 additions and 19 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue