chore(project) init

This commit is contained in:
2026-01-18 19:18:07 +00:00
commit e64f597fab
3 changed files with 27 additions and 0 deletions

10
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM golang:1.22-alpine
RUN apk add --no-cache \
git \
ca-certificates \
tzdata
WORKDIR /workspace
ENV CGO_ENABLED=0