Fix Dockerfile

This commit is contained in:
James Mills 2023-01-21 11:26:31 +10:00
parent 07d888c2c6
commit 934df7348f
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -31,6 +31,7 @@ COPY ./app/middleware/*.go ./app/middleware/
COPY ./importers/*.go ./importers/ COPY ./importers/*.go ./importers/
COPY ./media/*.go ./media/ COPY ./media/*.go ./media/
COPY ./utils/*.go ./utils/ COPY ./utils/*.go ./utils/
COPY ./cmd/tube/*.go ./tube/yarnd/
# Version/Commit (there there is no .git in Docker build context) # Version/Commit (there there is no .git in Docker build context)
# NOTE: This is fairly low down in the Dockerfile instructions so # NOTE: This is fairly low down in the Dockerfile instructions so