File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77### Initial project setup
88
99``` bash
10- git clone https://github.com/stever/zxplay -api-zxbasic.git
11- cd zxplay -api-zxbasic/
10+ git clone https://github.com/stever/zxcoder -api-zxbasic.git
11+ cd zxcoder -api-zxbasic/
1212virtualenv venv
1313source ./venv/bin/activate
1414pip install -r requirements.txt
@@ -23,19 +23,19 @@ uvicorn app.main:app --reload
2323## Docker Build & Push
2424
2525``` bash
26- docker build -t ghcr.io/stever/zxplay -api-zxbasic .
27- docker push ghcr.io/stever/zxplay -api-zxbasic
26+ docker build -t ghcr.io/stever/zxcoder -api-zxbasic .
27+ docker push ghcr.io/stever/zxcoder -api-zxbasic
2828```
2929
3030## Run Locally
3131
3232``` bash
3333docker run \
34- --env=API_URL=https://zxplay .org/api/v1/graphql \
34+ --env=API_URL=https://zxcoder .org/api/v1/graphql \
3535 --publish=80:8000 \
3636 --detach=true \
37- --name=zxplay -api-zxbasic \
38- ghcr.io/stever/zxplay -api-zxbasic
37+ --name=zxcoder -api-zxbasic \
38+ ghcr.io/stever/zxcoder -api-zxbasic
3939```
4040
4141## Hasura Deployment Configuration
You can’t perform that action at this time.
0 commit comments