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

Any way I can look into the code that builds the docker image? #23

Closed
romitjain opened this issue Jan 27, 2021 · 6 comments
Closed

Any way I can look into the code that builds the docker image? #23

romitjain opened this issue Jan 27, 2021 · 6 comments

Comments

@romitjain
Copy link

No description provided.

@romitjain
Copy link
Author

Thanks, @flmu, that helps. Are there any steps where you are installing sqllite and creating a sqllite db? Can't find that

@flmu
Copy link
Owner

flmu commented Jan 28, 2021

Nope.
However, I think you could mount a volume in the Docker container that contains the sqllite DB (or simply extend the Docker file). In this case, you can change the FILE_DIR parameter that points to the corresponding path of the DB. See here for more information.

@romitjain
Copy link
Author

Ahh, I see that I was confused because I was pulling 0.2 and reading code for 0.5. That sqlite db change happened here.

Any chance I can raise a PR to fix this in the README? I tried pushing but gives me 403

@flmu
Copy link
Owner

flmu commented Jan 29, 2021

You need to fork the project. I can recommend this manual for that.

@romitjain
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants