Files
scratch/Dockerfile
T
endial 14fe22d29e
continuous-integration/drone/push Build encountered an error
feat(scratch): 增加默认测试应用及编译配置文件
2025-12-26 10:46:15 +08:00

7 lines
88 B
Docker

FROM scratch
COPY ./hello-world-linux-amd64 /hello-world
ENTRYPOINT ["/hello-world"]