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
We need to containerize our project for easier deployment and consistency across different environments. The Dockerfile should include the necessary configurations to build and run our application in a Docker container.
A Dockerfile should be created in the root directory of the project.
The Dockerfile should successfully build the application image using docker build.
The application should run successfully in the container using docker run.
Screenshots
No response
Checklist
I have checked the existing issues
I have read the Contributing Guidelines
I'm a GSSoC'24-Extd contributor
I'm a Hacktoberfest'24 contributor
I am willing to work on this issue (optional)
The text was updated successfully, but these errors were encountered:
Description
We need to containerize our project for easier deployment and consistency across different environments. The Dockerfile should include the necessary configurations to build and run our application in a Docker container.
A Dockerfile should be created in the root directory of the project.
The Dockerfile should successfully build the application image using docker build.
The application should run successfully in the container using docker run.
Screenshots
No response
Checklist
The text was updated successfully, but these errors were encountered: