Fix Dockerfile

This commit is contained in:
James Mills 2024-12-26 12:37:52 +10:00
parent 37133be5b9
commit 6690094cf4
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -22,6 +22,7 @@ RUN go mod download
# Copy sources
COPY *.go ./
COPY default ./default
# Version/Commit (there there is no .git in Docker build context)
# NOTE: This is fairly low down in the Dockerfile instructions so