Spaces:
Sleeping
Sleeping
version: "3.9" | |
services: | |
app: | |
build: | |
context: . | |
target: base | |
volumes: | |
- ./:/app | |
ports: | |
- ${EXTERNAL_HTTP_PORT}:7860 | |
version: "3.9" | |
services: | |
app: | |
build: | |
context: . | |
target: base | |
volumes: | |
- ./:/app | |
ports: | |
- ${EXTERNAL_HTTP_PORT}:7860 | |