Skip to content

Commit f168a9b

Browse files
committed
Comment docker compose build
1 parent 86e88a9 commit f168a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
# By default, Compose will pull image from Docker Hub when no local image found.
6767
image: basicai/xtreme1-backend:v0.7.3
6868
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
69-
build: ./backend
69+
# build: ./backend
7070
ports:
7171
- 8290:8080
7272
# volumes:
@@ -96,7 +96,7 @@ services:
9696
# By default, Compose will pull image from Docker Hub when no local image found.
9797
image: basicai/xtreme1-frontend:v0.7.3
9898
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
99-
build: ./frontend
99+
# build: ./frontend
100100
ports:
101101
- 8291:80
102102
pcd-tools:

0 commit comments

Comments
 (0)