- Copy
sample.env
to.env
and rename the variables if you need - Build the images and run the containers:
$ yarn install
$ cp sample.env .env
$ docker-compose up --build -d
$ yarn log:api
sample.env
to .env
and rename the variables if you need$ yarn install
$ cp sample.env .env
$ docker-compose up --build -d
$ yarn log:api