Fix Dockerfile
This commit is contained in:
parent
07d888c2c6
commit
934df7348f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ COPY ./app/middleware/*.go ./app/middleware/
|
|||
COPY ./importers/*.go ./importers/
|
||||
COPY ./media/*.go ./media/
|
||||
COPY ./utils/*.go ./utils/
|
||||
COPY ./cmd/tube/*.go ./tube/yarnd/
|
||||
|
||||
# Version/Commit (there there is no .git in Docker build context)
|
||||
# NOTE: This is fairly low down in the Dockerfile instructions so
|
||||
|
|
Loading…
Reference in a new issue