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