diff --git a/Dockerfile b/Dockerfile index 1d1377d..d9e1d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.22 -COPY /template / +COPY /template /template WORKDIR /app COPY . /app RUN go build .