chore(project) init
This commit is contained in:
10
.devcontainer/Dockerfile
Normal file
10
.devcontainer/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user