4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
FROM example/nanoer
|
||
|
ADD notes.txt /notes.txt
|
||
|
CMD ["nano", "/notes.txt"]
|