Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
* Assign stage name `prod` in Dockerfile
  • Loading branch information
yunkon-kim committed Jul 3, 2024
1 parent 4316f7a commit 40b66d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ./mayfly rest get -u default -p default http://cb-spider:1024/spider/readyz

# 베이스 이미지 선택
FROM ubuntu:latest
FROM ubuntu:latest as prod

# 컨테이너 내의 작업 디렉토리 설정(RUN / CMD / ENTRYPOINT 명령이 실행될 기본 경로)
WORKDIR /app
Expand Down

0 comments on commit 40b66d2

Please sign in to comment.