We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474404a commit 1bd43c7Copy full SHA for 1bd43c7
Dockerfile
@@ -0,0 +1,11 @@
1
+FROM golang:1.23.4-alpine
2
+
3
+WORKDIR /app
4
5
+COPY . .
6
7
+RUN go build -o main main.go
8
9
+EXPOSE 1881
10
11
+CMD ["./main"]
0 commit comments