Dockerfile can't start using Dockerfile, api process keep restarting #9032
Replies: 3 comments 3 replies
-
Encountered this issue yesterday. Decided to revert upstream pulls to keep the app running. |
Beta Was this translation helpful? Give feedback.
-
This line builds all packages: Line 43 in 9dbf153
Both are used. You should update as the latest release is v0.8.0-rc2, not v0.7.9: The |
Beta Was this translation helpful? Give feedback.
-
in my docker log i have this
@danny-avila did you spot anything unusual? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I expect the Dockerfile should have this line:
RUN npm run build:packages # or whatever the command is to build all packages
but since you've the Dockerfile.multi why keep Dockerfile? anyway,
I have this error in the api process
when I run
Version Information
my-own-librechat latest cb705109f281 23 hours ago 1.23GB
Steps to Reproduce
docker compose down
docker build . -t my-own-librechat --no-cache
docker compose up -d
What browsers are you seeing the problem on?
No response Can't start the app
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions