diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:24:24 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:24:24 +0100 |
| commit | 8e157f56d600fc11b2204f7033e56db7017d5574 (patch) | |
| tree | f8092c47d79eb3cde351c269ab962125931af9fb /Dockerfile | |
| parent | 698292db49387bbc056b811c9fac5670bf8607e1 (diff) | |
feat(db): delete copaing 48 hours after soft delete
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -FROM golang:1.22-alpine +FROM docker.io/golang:1.22-alpine WORKDIR /app -COPY . . - RUN apk add git +COPY . . + RUN go mod tidy && go build -o app . ENV TOKEN="" |
