init
All checks were successful
Build and Push / build-and-push (push) Successful in 1m5s

This commit is contained in:
Konstantin Grachev
2025-07-18 22:20:49 +03:00
commit 4e06ababf3
5 changed files with 84 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM golang:1.24.5-alpine
ENV CGO_ENABLED=0
WORKDIR /usr/src/app
COPY . .