drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-04-01 14:52:07 +08:00
parent 31c2b4b7a2
commit 84428dc98d
2 changed files with 16 additions and 4 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine
WORKDIR /app
COPY hello-project .
ENTRYPOINT ['./hello-project']