Dockerfile instruction 🦈🍥
Dockerfile is a text file containing various instructions and configurations in the form of commands. Dockerfile helps to build a Docker image.
📝DockerFile Syntax:
FROM:[taking base image from Docker Hub]WORKDIR /app:[Set...