You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Hello!
Thank you for creating this beautiful app :)
I wanted to host a local version of this in my local server and used docker-compose.yml that was in the repo.
It didn't work for me out of the box (Error was /app/bin/docker-run was not found).
I made a few changes (Mainly removed that volume - as I think the built /app was getting overwritten with the mounted volume of /app).
I also had to add a dependency on DB starting first.
If this sounds okay and not an error on my side, I can raise a PR with these changes.
Let me know if that is welcome.
The text was updated successfully, but these errors were encountered:
I had a similar problem but thanks to your post i figured it out, not super familiar with these projects but i changed the dockerfile to replace mentions of /app with /dockerapp. Not sure if that will create other issues.
Hello!
Thank you for creating this beautiful app :)
I wanted to host a local version of this in my local server and used docker-compose.yml that was in the repo.
It didn't work for me out of the box (Error was
/app/bin/docker-run was not found
).I made a few changes (Mainly removed that volume - as I think the built /app was getting overwritten with the mounted volume of /app).
I also had to add a dependency on DB starting first.
If this sounds okay and not an error on my side, I can raise a PR with these changes.
Let me know if that is welcome.
The text was updated successfully, but these errors were encountered: