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
이렇게 뜨는데 허참
개같은 에러 메시지에 이맥스 신택스 하이라이팅까지
대가리 깨져벌임
ㅋㅋ
1) 도커파일은 어케 라인 일부 코멘트가 안 되냐 2) 도커 에러 메시지는 왜 이러냐 3) 이맥스는 이걸 또 왜 주석처럼 하이라이트하냐 시발
앜ㅋㅋㅋㅋㅋ 나도 당한적 있음
파일이름에 #달려있으면 어떻게 처리하라고 그런 기능을 넣음
백슬래시 같은거로 이스케이프 하면되지