You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Dockerfile to containerize the project for easy deployment. The project consists of multiple HTML pages with accompanying CSS and JavaScript files. The Dockerfile should use a lightweight web server (e.g., nginx or httpd) to serve the static files efficiently.
Tasks include:
Setting up a Dockerfile to serve the project.
Ensuring the container serves files from the default web server port (e.g., 80).
Adding instructions in the README for building and running the Docker container. @Aditya-jambhale can you assign this to me ?
The text was updated successfully, but these errors were encountered:
Create a Dockerfile to containerize the project for easy deployment. The project consists of multiple HTML pages with accompanying CSS and JavaScript files. The Dockerfile should use a lightweight web server (e.g., nginx or httpd) to serve the static files efficiently.
Tasks include:
@Aditya-jambhale can you assign this to me ?
The text was updated successfully, but these errors were encountered: