Compare commits
2 Commits
90612179f1
...
fcc9a8602b
| Author | SHA1 | Date | |
|---|---|---|---|
| fcc9a8602b | |||
| 2465beaa21 |
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Kubernetes App Example
|
||||
|
||||
## Installation of dev envoirnment
|
||||
|
||||
Clone the repository move the `backend/.env.example` file to `backend/.env` and update the information inside.
|
||||
|
||||
Then execute the following command:
|
||||
|
||||
```
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
The app will start in the following address `http://0.0.0.0:8000`
|
||||
Loading…
x
Reference in New Issue
Block a user