Webpack docker container for building frontend assets
1.5K
This container has build tools which we don't need in production but are useful to make our code cleaner.
We use this container in development and CI to build our frontend assets with webpack.
Just use docker-compose.yml in your project and add this container:
frontend:
build: devgeniem/node-assets-builder
volumes:
- ./web/app/themes/webpack-theme/:/build
command: /bin/bash -c "npm install && webpack"
Content type
Image
Digest
Size
154.6 MB
Last updated
over 9 years ago
docker pull devgeniem/node-assets-builder