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

Dockerize project and add dependabot #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sparksis
Copy link

@sparksis sparksis commented Oct 28, 2024

Fixes #16

Dockerizes the project and sets up automated Docker image publishing to GitHub Container Registry.

  • Dockerfile: Adds a Dockerfile to build the Docker image using python:3.9-slim as the base image, installs dependencies, copies application code, and sets the entry point to python.
  • README.md: Updates the README.md with instructions on how to build and run the Docker image.
  • GitHub Actions Workflow: Adds a GitHub Actions workflow file (.github/workflows/docker-publish.yml) to build and publish the Docker image to ghcr.io on push to the main branch.
  • Dependabot Configuration: Adds a Dependabot configuration file (.github/dependabot.yml) to enable weekly updates for pip dependencies, GitHub Actions, and Docker images.

For more details, open the Copilot Workspace session.

Fixes harry-s-grewal#16

Dockerizes the project and sets up automated Docker image publishing to GitHub Container Registry.

* **Dockerfile**: Adds a `Dockerfile` to build the Docker image using `python:3.9-slim` as the base image, installs dependencies, copies application code, and sets the entry point to `python`.
* **README.md**: Updates the `README.md` with instructions on how to build and run the Docker image.
* **GitHub Actions Workflow**: Adds a GitHub Actions workflow file (`.github/workflows/docker-publish.yml`) to build and publish the Docker image to `ghcr.io` on push to the `main` branch.
* **Dependabot Configuration**: Adds a Dependabot configuration file (`.github/dependabot.yml`) to enable weekly updates for `pip` dependencies, GitHub Actions, and Docker images.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/harry-s-grewal/mls-real-estate-scraper-for-realtor.ca/issues/16?shareId=XXXX-XXXX-XXXX-XXXX).
…rty_list_by_city function

* **Dockerfile**
  - Set the entry point to `python entrypoint.py`

* **README.md**
  - Add instructions on how to run the Docker container with a volume to generate the CSV file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize
1 participant