Replies: 1 comment 1 reply
-
Hm, I'm just an outside contributor like yourself, but this is def unexpected, and you're correct to raise a support request :) thanks! Can you revert your changes to node versions, and paste the whole logs into gist.github.com, and share here? I suspect the useful part of the logs are above the summary, but they'll be all mixed, and hard to say where exactly 😄 On unix-based systems, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I wanted to install an instance of this app in my own server. However, after installing docker, I run into the following issue. Upon running
docker compose up --build
the process starts and after a while it fails. From all the output, this is what stands out:I tried tweaking node and npm versions in
Dockerfile
and somehow the build process advanced a bit more but it failed at the following spot:I would appreciate help on this. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions