diff --git a/docker/Dockerfile b/docker/Dockerfile index 59af8be..a9fe3ec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,6 +8,8 @@ RUN go mod download COPY main.go . COPY internal/ internal/ +COPY templates/ templates/ +COPY static/ static/ RUN CGO_ENABLED=0 go build