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

Dockerize #54

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Dockerize #54

merged 4 commits into from
Oct 20, 2023

Conversation

boris
Copy link
Owner

@boris boris commented Oct 20, 2023

Adds the ability to run in Docker. A few things to consider:

  1. In the case of a brand-new setup (DB init required) steps to follow are:
docker run -ti <image>:<tag> bash
make db-init
  1. Re-run the container.

Fixes #45

@boris boris added the hacktoberfest-accepted Accepted for hacktoberfest, but sill needs work before merging label Oct 20, 2023
@boris boris merged commit dac72ce into main Oct 20, 2023
@boris boris deleted the ft/dockerize branch October 20, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted for hacktoberfest, but sill needs work before merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deployment: Docker
1 participant