removing extra readme file
This commit is contained in:
20
READEME.md
20
READEME.md
@@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
# Getting started
|
|
||||||
Take notice of the .env.sample file and create copies without the .sample in the name.
|
|
||||||
|
|
||||||
`.env.sample` -> `.env`
|
|
||||||
|
|
||||||
Ensure that all variables are populated and is correct.
|
|
||||||
|
|
||||||
## Docker
|
|
||||||
|
|
||||||
Build the images
|
|
||||||
```
|
|
||||||
docker compose build --ssh default auth_api
|
|
||||||
```
|
|
||||||
|
|
||||||
Bring it up
|
|
||||||
```
|
|
||||||
docker compose up -d --force-recreate auth_api
|
|
||||||
```
|
|
Reference in New Issue
Block a user