-
Notifications
You must be signed in to change notification settings - Fork 19
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 #16
Closed
sparksis opened this issue
Oct 28, 2024
· 0 comments
· Fixed by sparksis/mls-real-estate-scraper-for-realtor.ca#1 · May be fixed by #17
Closed
Dockerize #16
sparksis opened this issue
Oct 28, 2024
· 0 comments
· Fixed by sparksis/mls-real-estate-scraper-for-realtor.ca#1 · May be fixed by #17
Comments
sparksis
added a commit
to sparksis/mls-real-estate-scraper-for-realtor.ca
that referenced
this issue
Oct 28, 2024
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).
This was referenced Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please dockerize this
The text was updated successfully, but these errors were encountered: