Files
server/Dockerfile
Konstantin Grachev 4e06ababf3
All checks were successful
Build and Push / build-and-push (push) Successful in 1m5s
init
2025-07-18 22:20:49 +03:00

8 lines
77 B
Docker

FROM golang:1.24.5-alpine
ENV CGO_ENABLED=0
WORKDIR /usr/src/app
COPY . .