Dockerfile 메모 - boostcampwm2023/web07-GBS GitHub Wiki
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.