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

4 lines
72 B
Plaintext
Executable File

FROM example/nanoer
ADD notes.txt /notes.txt
CMD ["nano", "/notes.txt"]