Dockerize Travel-Website
Clone the code to your local repo
sudo apt update
mkdir project-01
git clone https://github.com/frontendzone/travel-website.git
Create Dockerfile
# Use the official Node.js image as the base image
FROM node:latest
# Set the working directory insid...
brodevops.hashnode.dev1 min read