diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ WORKDIR /usr/src/app COPY go.mod go.sum ./ RUN go mod download && go mod verify -COPY . . +COPY . / RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-s -w " -buildvcs=false -o /donetick ENV DT_ENV="selfhosted" EXPOSE 2021 -CMD ["donetick"]
\ No newline at end of file +CMD ["/donetick"]
\ No newline at end of file |