Project: node-todo-cicd mkdir node-app git clone https://github.com/LondheShubham153/node-todo-cicd.git vim Dockerfile # Base Image with Node js FROM node:12.2.0-alpine # Working directory with all the code files WORKDIR /app # Copy code form...
gmail.com3 min read
No responses yet.