first commit

This commit is contained in:
2023-12-30 19:08:18 +08:00
parent 54a1ddc8ef
commit 36ce3710b1
6 changed files with 5 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ from golang:latest
copy . /go
run go build -o console console.go
expose 4444
entrypoint /bin/bash
cmd ./console