| FROM ghcr.io/bogyi2024/aistudiotoapi:latest | |
| ENV API_KEYS=test123 | |
| COPY auth-0.json /app/configs/auth/auth-0.json | |
| # HF Spaces runs as user 1000 — this image already uses root, which is fine | |
| EXPOSE 7860 |
| FROM ghcr.io/bogyi2024/aistudiotoapi:latest | |
| ENV API_KEYS=test123 | |
| COPY auth-0.json /app/configs/auth/auth-0.json | |
| # HF Spaces runs as user 1000 — this image already uses root, which is fine | |
| EXPOSE 7860 |