-
Notifications
You must be signed in to change notification settings - Fork 1
Docker
Gregorio Galante edited this page Mar 7, 2020
·
1 revision
The docker integration offers:
- A wordpress image with the theme and plugins inside.
- A node image to compile NPM dependencies.
- A mysql image for the databases.
- A phpmyadmin image to manage the databases.
Wordpress host: http://localhost:3000
Phpmyadmin host: http://localhost:3001
Database root password: root
docker-compose up
docker-compose run node npm run build
docker-compose run node yarn add DEPENDENCY
docker-compose run wordpress sh wp-content/themes/theme/docker/bin/install-wp-sync