diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-09-05 22:42:25 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-09-05 22:42:25 -0400 |
commit | cce72fe05e5a598edd4dc6c1f867cc875a08f22a (patch) | |
tree | 15e4355776784cea83ebb2c7b10535967565b73b /Dockerfile | |
parent | 65aece2cd602f38f49cdc0efc2f65a87d4d525e9 (diff) | |
download | donetick-cce72fe05e5a598edd4dc6c1f867cc875a08f22a.tar.gz donetick-cce72fe05e5a598edd4dc6c1f867cc875a08f22a.tar.bz2 donetick-cce72fe05e5a598edd4dc6c1f867cc875a08f22a.zip |
Update Docker image names and build process to align with project requirements and conventions.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ COPY go.mod go.sum ./ RUN go mod download && go mod verify COPY . . -RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-s -w " -buildvcs=false -o /donetick-core - -EXPOSE 8080 -CMD ["donetick-core"]
\ No newline at end of file +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 |