Skip to content

Conversation

Copy link

Copilot AI commented Dec 23, 2025

Addresses feedback from #176 to align Docker image naming with the WindWatts project name.

Changes

  • Updated all Docker commands in docs/06-deployment.md to use windwatts-api instead of tap-api
    • Build command
    • Production run command
    • Troubleshooting command
# Before
docker build -t tap-api:latest .
docker run -p 8080:80 -it tap-api:latest uvicorn app.main:app --host 0.0.0.0 --port 80 --workers 4

# After
docker build -t windwatts-api:latest .
docker run -p 8080:80 -it windwatts-api:latest uvicorn app.main:app --host 0.0.0.0 --port 80 --workers 4

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: shawnpetros <9226624+shawnpetros@users.noreply.github.com>
Copilot AI changed the title [WIP] Apply changes based on feedback from original documentation PR Update Docker image name to windwatts-api for consistency Dec 23, 2025
Copilot AI requested a review from shawnpetros December 23, 2025 16:45
Base automatically changed from feat/docs to develop December 31, 2025 21:27
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.

2 participants