Spaces:
Sleeping
Sleeping
Update compose.yaml
Browse files- compose.yaml +7 -6
compose.yaml
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
services:
|
2 |
-
web:
|
3 |
-
build:
|
4 |
-
context: app
|
5 |
-
target: builder
|
6 |
-
|
|
|
7 |
- '8000:8000'
|
|
|
1 |
+
services:
|
2 |
+
web:
|
3 |
+
build:
|
4 |
+
context: app
|
5 |
+
target: builder
|
6 |
+
dockerfile: app/Dockerfile
|
7 |
+
ports:
|
8 |
- '8000:8000'
|