Dockerize a login-page
Create a folder
Clone the repository
Create a docker file
Build the docker image
Run the image
Test the project
Create a folder
Clone the repository
git clone https://github.com/Ibrahimsi/login-page.git
Create a Dockerfile
FROM node:latest
#...
ibrahims.hashnode.dev1 min read