TBD
- Clone the file .env-example and name it .env and update the local variables as necessary
- Run
docker-compose up -dto start the docker container- Run
docker-compose up -d --buildto rebuild the docker stack
- Run
- Run
docker-compose psto list docker containers - Run
docker exec -it <container_name> /bin/bashto enter the docker container - Run
docker-compose downto stop and remove the docker container
- Run
npm installinside the docker container to build the node_modules dependencies folder