I had created a Dockerfile for node js project with nginx(without
docker-compose.yml) Actually I have to run it on gcp, so, I don't need
that file. I have to run the project through dockerfile only```FROM
node:16 as nodework WORKDIR /auto-notificatio...