Dockerfile Commands
FROM: The "base image" to build off ofWORKDIR: The directory in the base image to work in and start fromCOPY: Copy files from the outside world to the imageRUN: Run a command inside the imageCMD: The default command that runs when the container starts
15 / 24