Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerfile dockerignore file added #884

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

vivekrawat21
Copy link
Contributor

Closes: #867

  • Title: Contenerization of Project
  • Name: Vivek Rawat
  • Idenitfy yourself: GSSOC ,Hacktoberfest'24

Describe the add-ons or changes you've made 📃

i have added a dockerfile file which is responsible for the containerization and added a dockerignore file so that no garbage file go to the image .
To build the image : go to the root directory and rundocker build -t webmasterlog .
To run the image: docker run -p 5173:5173 webmasterlog

Screenshots 📷

*** Changes***

image

*** Preview ***: Screencast from 2024-10-12 23-12-36.webm

Image size : imagesize

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Note to reviewers 📄

  • Before creating or running the image ensure that you have docker or docker desktop installed in you pc.

Copy link

vercel bot commented Oct 12, 2024

@vivekrawat21 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link

vercel bot commented Oct 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-master-log ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2024 5:03pm

@Avdhesh-Varshney Avdhesh-Varshney merged commit eb194c2 into Avdhesh-Varshney:main Oct 13, 2024
5 checks passed
@Avdhesh-Varshney Avdhesh-Varshney added enhancement 🧑‍💻 New feature or request level2 Intermediate level issues/pull requests Approved ✔️ This PR is approved by the PR or, Mentors gssoc-ext gssoc-extended 2024 hacktoberfest-accepted Hacktoberfest 2024 labels Oct 13, 2024
@vivekrawat21 vivekrawat21 deleted the feature branch October 13, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors enhancement 🧑‍💻 New feature or request gssoc-ext gssoc-extended 2024 hacktoberfest-accepted Hacktoberfest 2024 level2 Intermediate level issues/pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧑‍💻: Containerization of the Project
2 participants