notfall/Dockerfile
kekskurse 7dc53a210e
All checks were successful
continuous-integration/drone/push Build is passing
SMS
2022-01-16 13:37:44 +01:00

3 lines
No EOL
52 B
Docker

FROM alpine
COPY ./notfall /notfall
CMD ["/notfall"]