Add docker support

This commit is contained in:
yoan
2024-08-28 01:29:40 +08:00
parent 812050159f
commit 5a365e9e86
2 changed files with 36 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
FROM golang:1.22-alpine
ENV GOPROXY=https://goproxy.cn
WORKDIR /app