diff --git a/backend/Dockerfile b/backend/Dockerfile index 729aa2e..59659e0 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.19 # Set destination for COPY -WORKDIR /app +WORKDIR /cmd # Download Go modules COPY go.mod go.sum ./