Fix (refix) Dockerfile

This commit is contained in:
James Mills 2023-01-21 11:27:02 +10:00
parent 934df7348f
commit f9f2bbaeaa
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/yarnd/ COPY ./cmd/tube/*.go ./tube/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