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

docker change: include repo in volume #12

Closed
wants to merge 1 commit into from

Conversation

ChristopherChudzicki
Copy link
Collaborator

What are the relevant tickets?

None

Description (What does it do?)

Adds the repo to docker volumes so we can test changes without rebuilding. Currently, changing python files requires rebuilding docker.

How can this be tested?

  1. Edit a python file...e.g., add print('Hello, world!') to the top of create_csv function.
  2. Run docker compose up

you should see the change take effect immediately, without needing to rebuild.

@ChristopherChudzicki ChristopherChudzicki added the Needs Review An open Pull Request that is ready for review label Feb 2, 2024
@ChristopherChudzicki ChristopherChudzicki changed the title include repo in volume docker change: include repo in volume Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review An open Pull Request that is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant