mirror of
https://github.com/xiaoqidun/gocos.git
synced 2025-04-07 21:32:49 +08:00
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
# 基础镜像
|
||||
FROM alpine
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
|
||||
# 复制程序
|
||||
COPY gocos /bin/gocos
|
||||
|
||||
# 启动命令
|
||||
ENTRYPOINT /bin/gocos
|
Reference in New Issue
Block a user