update readme
This commit is contained in:
parent
4eeeff474c
commit
7caa5d2484
13
README.md
13
README.md
@ -2,6 +2,19 @@
|
||||
|
||||
Basic example with a Flask API and a React frontend (Vite).
|
||||
|
||||
## Publish to CitadelHosts.com
|
||||
|
||||
**All `podman` commands can be replaced with `docker`**
|
||||
|
||||
```
|
||||
podman login registry.citadelhosts.com
|
||||
podman build -t registry.citadelhosts.com/react-frontend:latest frontend
|
||||
podman build -t registry.citadelhosts.com/flask-backend:latest backend
|
||||
podman image push registry.citadelhosts.com/react-frontend:latest
|
||||
podman image push registry.citadelhosts.com/flask-backend:latest
|
||||
```
|
||||
|
||||
|
||||
## Backend
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user