This commit is contained in:
James Mills 2023-01-21 11:28:34 +10:00
parent f9f2bbaeaa
commit 27cd821c82
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -31,7 +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/tube/ COPY ./cmd/tube/*.go ./cmd/tube/
# 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