-
This template is a docker-centric template that runs only using docker commands
-
Read the docker-compose yaml file to understand these commands
docker-compose up -d server
- Use the name of the project folder plus build as the image name . Ex
docker build -f ./docker-files/prod.dockerfile -t react-template-build
docker build -f ./docker-files/prod.dockerfile -t {{tag name}}
docker-compose run --rm npm