Fix Dockerfile (missing static.go and templates.go)

This commit is contained in:
James Mills
2022-10-05 10:34:41 +10:00
parent 1a9f85b449
commit 06c8ce3410

View File

@@ -35,6 +35,8 @@ COPY ./internal/*.go ./internal/
COPY ./internal/auth/*.go ./internal/auth/
COPY ./internal/session/*.go ./internal/session/
COPY ./internal/passwords/*.go ./internal/passwords/
COPY ./internal/templates/*.go ./internal/templates/
COPY ./internal/static/*.go ./internal/static/
COPY ./cmd/spyda/*.go ./cmd/spyda/
# Version/Commit (there there is no .git in Docker build context)