Skip to content

Commit

Permalink
Merge pull request #167 from xtreme1-io/main
Browse files Browse the repository at this point in the history
Comment docker compose build
  • Loading branch information
jaggerwang authored Nov 16, 2023
2 parents 3c94881 + f168a9b commit 58d00f6
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 58d00f6

Please sign in to comment.