Add docker support

This commit is contained in:
yoan
2024-08-28 01:06:20 +08:00
parent ec25d092d7
commit 852d4fb358
3 changed files with 3 additions and 36 deletions

View File

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