-
Notifications
You must be signed in to change notification settings - Fork 2
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
Makefiles not working #5
Comments
Yea, this doesn't work on wsl at all. I respect the hustle in this custom build pipeline and the meticulous organization but... why not just use compose and remove all the custom stuff? |
Doesn't work on ubuntu either with /bin/bash, /bin/sh or /bin/zsh. Unsure what shell is being used here, but it'd be very nice for django-vite and this example repo to work out of the box for all users. I was able to get this working by manually parsing the makefile and the related scripts. If anyone else would like to spin this up and test it out;
|
If you are open to it I would be happy to submit a PR that simplifies building these demos in a way that will work for all users. |
Totally, that'd be great. Sorry, I wasn't thinking about cross-platform compatibility when I was building this. These commands could easily be migrated into a docker-compose file. And then maybe a python file to handle the .env creation instead of the Makefile command. |
I have django vite working w/ docker compose on a project that I can migrate to this. |
Hi, I get various errors trying to run the makefiles. But cd-ing into the directory with the docker-compose file and then running docker-compose up works.
The text was updated successfully, but these errors were encountered: