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

Run setup.py on devcontainer attach #125

Closed
2 tasks
thekaveman opened this issue Aug 16, 2022 · 0 comments · Fixed by #126
Closed
2 tasks

Run setup.py on devcontainer attach #125

thekaveman opened this issue Aug 16, 2022 · 0 comments · Fixed by #126
Assignees
Labels
chore Chores and tasks for code cleanup, dev experience, etc.

Comments

@thekaveman
Copy link
Member

This is the corollary to #100, but for the devcontainer.

This will make the experience of getting the application running just a little faster by pre-initializing the database.

  • Rename .devcontainer/pre-commit.sh to .devcontainer/postAttach.sh (also update the devcontainer.json)
  • Add python setup.py to the post attach script
@thekaveman thekaveman added the chore Chores and tasks for code cleanup, dev experience, etc. label Aug 16, 2022
@thekaveman thekaveman moved this to This Sprint (Month) in Digital Services Aug 16, 2022
@thekaveman thekaveman changed the title Run startup.py on devcontainer attach Run setup.py on devcontainer attach Aug 16, 2022
@thekaveman thekaveman self-assigned this Aug 16, 2022
@thekaveman thekaveman moved this from This Sprint (Month) to In Progress in Digital Services Aug 16, 2022
@thekaveman thekaveman added this to the Courtesy Cards milestone Aug 16, 2022
@thekaveman thekaveman linked a pull request Aug 16, 2022 that will close this issue
Repository owner moved this from In Progress to Done in Digital Services Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chores and tasks for code cleanup, dev experience, etc.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant