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