Update README.md
This commit is contained in:
parent
1ae38232a1
commit
2e4be6c9b9
1 changed files with 3 additions and 3 deletions
|
@ -47,12 +47,12 @@ Return to the sintonia project folder, run this commands:
|
||||||
# Clean and build
|
# Clean and build
|
||||||
make clean
|
make clean
|
||||||
cp .env.dev .env
|
cp .env.dev .env
|
||||||
DOCKER_BUILDKIT=1 docker-compose build
|
DOCKER_BUILDKIT=1 docker compose build
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
make dev-certs
|
make dev-certs
|
||||||
docker-compose run --rm legacy make build
|
docker compose run --rm legacy make build
|
||||||
docker-compose run --rm api libretime-api migrate
|
docker compose run --rm api libretime-api migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue