diff --git a/docker-compose.yml b/docker-compose.yml index d88b4875..7b2880b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -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: