3 lines
No EOL
52 B
Docker
3 lines
No EOL
52 B
Docker
FROM alpine
|
|
COPY ./notfall /notfall
|
|
CMD ["/notfall"] |