mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
fix: use bash when starting the Dockerfile's entrypoint script (as the script uses BASH_SOURCE that is bash only)
This commit is contained in:
parent
b6d9cf3bc8
commit
c4dd20b087
@ -55,4 +55,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