Files
hello-project/Dockerfile
lixulun 84428dc98d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
drone
2023-04-01 14:52:07 +08:00

6 lines
78 B
Docker

FROM alpine
WORKDIR /app
COPY hello-project .
ENTRYPOINT ['./hello-project']