https://docs.docker.com/engine/reference/builder/#format

Docker treats lines that begin with # as a comment, unless the line is a valid parser directive. A # marker anywhere else in a line is treated as an argument. This allows statements like:

# Comment RUN echo 'we are running some # of cool things'


COPY src /app # This file copyed in mrepo root dir. so . means mrepo

WORKDIR /app


시발 이거 왜 안 되나 했다
이러고 돌리니까



Step 6/7 : COPY src /app # This file copyed in mrepo root dir. so . means mrepo

COPY failed: file not found in build context or excluded by .dockerignore: stat app: file does not exist


이렇게 뜨는데 허참

개같은 에러 메시지에 이맥스 신택스 하이라이팅까지
대가리 깨져벌임