Skip to content

Commit 576c935

Browse files
committed
Updated URLs
1 parent 4574423 commit 576c935

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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/
1212
virtualenv venv
1313
source ./venv/bin/activate
1414
pip 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
3333
docker 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

0 commit comments

Comments
 (0)