mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 22:39:03 +00:00
Merge pull request #558 from peperunas/patch-1
fix: use bash when starting the Dockerfile's entrypoint script (as th…
This commit is contained in:
commit
b2fae0643e
@ -53,4 +53,4 @@ COPY --from=build /app/build /app/build
|
||||
# copy backend files
|
||||
COPY ./backend .
|
||||
|
||||
CMD [ "sh", "start.sh" ]
|
||||
CMD [ "bash", "start.sh"]
|
Loading…
Reference in New Issue
Block a user