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 the app #3

Open
flofriday opened this issue Apr 8, 2024 · 2 comments
Open

Dockerize the app #3

flofriday opened this issue Apr 8, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@flofriday
Copy link
Owner

Currently, the app can only be run by first installing quite a few dependencies on the developer machine, it would be a lot easier to try for new devs if there were a docker container.

This isn't a super complicated docker setup but since it requires node and python a multi stage build might be preferred.

The implementation should also come with the corresponding documentation in the README on "Build with docker". Keep in mind that the generator generates files on the local filesystem and for the docker command some instructions need to be added on how to access the generated files (or maybe the documentation should create a bind mount so that the files are generated outside the docker image in the first place).

@flofriday flofriday added enhancement New feature or request good first issue Good for newcomers labels Apr 8, 2024
@kamaljitkaur98
Copy link

Hi, is this available to work on ? I have experience writing Dockerfiles for springboot & react based application. I think I can take this up.

Thanks !

@flofriday
Copy link
Owner Author

Sure, go for it 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants