You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should assess these after merging in Kapa. Some of these will require us plumbing the PR workflow after getting a suggestion. For example, if a user asks how to optimize their Dockerfile, we should return a preview of the optimized Dockerfile and ask if the user wants to open a PR to update (similar to what the generated Dockerfile flow looks like today)
These are some basic questions that we should see how these are handled by Copilot without Docker and determine if we should handle these scenarios.
@docker what is the best way to Dockerize this project
@docker how do I create a Dockerfile for this project
@docker how do I create a Docker Compose file for this project
@docker create build stage that installs dependencies
@docker add a health check to the Dockerfile
@docker add a volume to the Docker Compose file
@docker I'm getting a syntax error in this Dockerfile
@docker fix the indentation in this Docker Compose file
@docker why won't this build command work
@docker what base image should I use for this project
@docker how do I optimize this Dockerfile
@docker how can I run my tests in a Docker container
Tasks
The text was updated successfully, but these errors were encountered: