Skip to content

Conversation

@ggarber
Copy link

@ggarber ggarber commented Sep 16, 2025

When you start using this quickstart as skeleton of your project but then starts to grow and split the file in multiple python files you end up having problems because the Dockerfile is not copying all those files and fails when deployed to production.

Ideally it should be COPY . . and have a .dockerignore file to exclude some files but that's a bigger change for now.

When you start using this quickstart as skeleton of your project but then starts to grow and split the file in multiple python files you end up having problems because the Dockerfile is not copying all those files and fails when deployed to production.

Ideally it should be COPY . . and have a .dockerignore file to exclude some files but that's a bigger change for now.
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