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 86e88a9 commit f168a9bCopy full SHA for f168a9b
docker-compose.yml
@@ -66,7 +66,7 @@ services:
66
# By default, Compose will pull image from Docker Hub when no local image found.
67
image: basicai/xtreme1-backend:v0.7.3
68
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
69
- build: ./backend
+ # build: ./backend
70
ports:
71
- 8290:8080
72
# volumes:
@@ -96,7 +96,7 @@ services:
96
97
image: basicai/xtreme1-frontend:v0.7.3
98
99
- build: ./frontend
+ # build: ./frontend
100
101
- 8291:80
102
pcd-tools:
0 commit comments