Error Connecting MySQL to NodeJS using Docker
I have created a NodeJS backend server which is connected to MySQL. By using Dockers, I created an image with the following commands to run my nodeJS and package.json file (which includes MySQL). The following is my Dockerfile: FROM node…