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

Fix Docker Image Name and Update Setup Instructions (#44) #104

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

Conversation

anxkhn
Copy link

@anxkhn anxkhn commented Jan 14, 2025

Description

This update fixes the issue of Docker not pulling the latest image (#44). The Docker image name has been corrected from fake-api to india-api. Additionally, instructions for setting up Docker locally and using the Containerfile have been updated, along with the inclusion of a .dockerignore file to optimize the Docker build process.

Changes:

  • Added a .dockerignore file to exclude unnecessary files from the Docker build context.
  • Updated the README with correct Docker image name and instructions for local setup using the Containerfile.
  • Adjusted Docker-related documentation to reflect the updated process.

Fixes #44.

How Has This Been Tested?

  • Verified Docker pull with the corrected image name: ghcr.io/openclimatefix/india-api:latest.
  • Tested building and running the Docker image locally using the Containerfile.

Checklist:

@anxkhn anxkhn marked this pull request as draft January 23, 2025 18:28
@anxkhn anxkhn marked this pull request as ready for review January 23, 2025 18:29
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.

Docker not pulling the latest image
1 participant