Skip to content

Commit

Permalink
Comment docker compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggerwang committed Nov 16, 2023
1 parent 86e88a9 commit f168a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
# By default, Compose will pull image from Docker Hub when no local image found.
image: basicai/xtreme1-backend:v0.7.3
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
build: ./backend
# build: ./backend
ports:
- 8290:8080
# volumes:
Expand Down Expand Up @@ -96,7 +96,7 @@ services:
# By default, Compose will pull image from Docker Hub when no local image found.
image: basicai/xtreme1-frontend:v0.7.3
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
build: ./frontend
# build: ./frontend
ports:
- 8291:80
pcd-tools:
Expand Down

0 comments on commit f168a9b

Please sign in to comment.