Closed barmettlerl closed 3 years ago
Since I prefer to work with docker-compose, I've updated the docker-compose files. docker-compose.yaml is now used for development ( does hot module update) and docker-compose.prod.yaml builds each docker file for production.
docker-compose.yaml
docker-compose.prod.yaml
Since I prefer to work with docker-compose, I've updated the docker-compose files.
docker-compose.yaml
is now used for development ( does hot module update) anddocker-compose.prod.yaml
builds each docker file for production.