Skip to content

Dockerfile 메모

top-chaser edited this page Nov 27, 2023 · 1 revision

RUN VS CMD

  • RUN is used during the image build process to execute commands and make changes to the image.
  • CMD is used to specify the default command that will be executed when a container is started from the image.
Clone this wiki locally