⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@MaxWindt
Copy link

Summary

  • Update README.md Docker build instructions to use the repository git URL:
      from: docker build -t copilot-api .
      to: docker build -t copilot-api https://github.com/ericc-ch/copilot-api.git#master
    
  • Apply the same change for the GH_TOKEN build-arg example.
    

Why

  • Building with a git URL in docker build allows users and CI systems to build the image directly from the remote repository without needing a local clone as the build context.
    
  • Makes the examples more explicit and helpful for remote/automated build environments.
    

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.

1 participant