You must perform the following 3 steps:
Create a
demo.txtfile.Create a
demodirectory.Move the
demo.txtfile to thedemodirectory.
Sort the commands in order so that ENTRYPOINT is the last instruction.
You must perform the following 3 steps:
Create a demo.txt file.
Create a demo directory.
Move the demo.txt file to the demo directory.
Sort the commands in order so that ENTRYPOINT is the last instruction.
RUN touch demo.txtFROM ubuntu:22.04RUN mv demo.txt /tmp/demoENTRYPOINT ["ls", "/tmp/demo"]RUN mkdir /tmp/demoCreate a free account to access the full topic