To run the project, you'll need:
If setting up using Dockerarrow-up-right:
Installed Docker
Installed docker-compose (Bundled with the official Docker setup)
cp .env.docker.example .env
Fill the values
Run docker-compose up
docker-compose up
That's it!
(Note) If you've pulled new code files you'll have to rebuild the Docker image using docker-compose build --no-cache node_backend
docker-compose build --no-cache node_backend
Last updated 4 months ago