Spaces:
Runtime error
Runtime error
version: '3' | |
services: | |
app: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: | |
- 8444:8444 | |
volumes: | |
- .:/app | |
version: '3' | |
services: | |
app: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: | |
- 8444:8444 | |
volumes: | |
- .:/app | |