Fix Dockerfile (missing static.go and templates.go)
This commit is contained in:
@@ -35,6 +35,8 @@ COPY ./internal/*.go ./internal/
|
|||||||
COPY ./internal/auth/*.go ./internal/auth/
|
COPY ./internal/auth/*.go ./internal/auth/
|
||||||
COPY ./internal/session/*.go ./internal/session/
|
COPY ./internal/session/*.go ./internal/session/
|
||||||
COPY ./internal/passwords/*.go ./internal/passwords/
|
COPY ./internal/passwords/*.go ./internal/passwords/
|
||||||
|
COPY ./internal/templates/*.go ./internal/templates/
|
||||||
|
COPY ./internal/static/*.go ./internal/static/
|
||||||
COPY ./cmd/spyda/*.go ./cmd/spyda/
|
COPY ./cmd/spyda/*.go ./cmd/spyda/
|
||||||
|
|
||||||
# Version/Commit (there there is no .git in Docker build context)
|
# Version/Commit (there there is no .git in Docker build context)
|
||||||
|
|||||||
Reference in New Issue
Block a user