NodeJS application working in docker with Mysql and Adminer
docker-build.bat
file will run the app in docker.
docker-development-up.bat
will spin Mysql and Adminer in docker- Make sure to run
yarn install
ornpm install
to install the dependencies - Run
yarn start
ornpm start
in another console window