mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
docs(readme): add experemental runner
This commit is contained in:
parent
958dc9c73b
commit
f4e340b21d
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ To access the docker logs you can use `docker compose -f docker-compose.dev.yml
|
||||||
4. **Push your app to Deta Space:**
|
4. **Push your app to Deta Space:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
space push
|
space push --runner-version experimental
|
||||||
```
|
```
|
||||||
|
|
||||||
(This will build and deploy your application)
|
(This will build and deploy your application)
|
||||||
|
|
|
@ -3,7 +3,7 @@ v: 0
|
||||||
micros:
|
micros:
|
||||||
- name: anix-api
|
- name: anix-api
|
||||||
src: ./backend/
|
src: ./backend/
|
||||||
engine: python3.9
|
engine: python3.11
|
||||||
path: api
|
path: api
|
||||||
run: uvicorn main:app --root-path /api
|
run: uvicorn main:app --root-path /api
|
||||||
dev: uvicorn main:app --reload
|
dev: uvicorn main:app --reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue