aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:24:24 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:24:24 +0100
commit8e157f56d600fc11b2204f7033e56db7017d5574 (patch)
treef8092c47d79eb3cde351c269ab962125931af9fb /Dockerfile
parent698292db49387bbc056b811c9fac5670bf8607e1 (diff)
feat(db): delete copaing 48 hours after soft delete
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index b56e430..f0e1660 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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=""