learning-docker/Ex_Files_Learning_Docker_Upd/Exercise Files/Dockerfile-3.txt

4 lines
72 B
Plaintext
Raw Normal View History

2020-11-26 15:00:54 +11:00
FROM example/nanoer
ADD notes.txt /notes.txt
CMD ["nano", "/notes.txt"]