Spaces:
Runtime error
Runtime error
| FROM maximhq/bifrost:latest | |
| ENV APP_PORT=7860 | |
| # Bifrost looks for config.json inside the app-dir | |
| COPY config.json /app/config.json | |
| # Ensure we run from /app | |
| WORKDIR /app | |
| CMD ["bifrost", "-app-dir", "/app"] | |