Skip to content

Docker install #3027

Answered by ZeiP
DPBiff asked this question in Q&A
Jun 30, 2024 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

There is indeed a bug in the Dockerfile, it expects to be wrunning in a Git repository and not a version archive. The easiest way to fix this is to remove the COPY .git /app/.git line from Dockerfile. Another option is to use a Git clone instead of a version archive by cloning the Git repository first with git clone https://github.com/TracksApp/tracks.git. I opened an issue #3028 for fixing this properly.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@DPBiff
Comment options

@ZeiP
Comment options

@DPBiff
Comment options

@ZeiP
Comment options

@DPBiff
Comment options

Answer selected by ZeiP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants