Closed danwdart closed 6 years ago
Use compose to split up everything into factory standard pieces such as a PHP piece, a Node piece, an Nginx piece etc
Makes the images smaller and more reusable
docker -f Dockerfile-php -t chaplin-php build . docker -f Dockerfile-node -t chaplin-node build .
etc
This is now done and makes things a lot easier going forward.
Use compose to split up everything into factory standard pieces such as a PHP piece, a Node piece, an Nginx piece etc
Makes the images smaller and more reusable