We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c443daa commit f408817Copy full SHA for f408817
docker-compose.yml
@@ -2,10 +2,12 @@
2
name: velog-dashboard-v2-app
3
services:
4
api:
5
- build:
6
- context: .
7
- dockerfile: Dockerfile
8
- image: velog-dashboard-v2-api
+ # 아래는 직접 local 에 dockerfile 기반 image 를 만들 때 사용
+ # build:
+ # context: .
+ # dockerfile: Dockerfile
9
+ # image: velog-dashboard-v2-api
10
+ image: nuung/velog-dashboard-v2-api:latest
11
hostname: velog-dashboard-v2-api
12
container_name: velog-dashboard-v2-api
13
ports:
0 commit comments