forked from open-webui/open-webui
Exposed port 8080
This commit is contained in:
parent
62ab163316
commit
29e48b1c1f
1 changed files with 2 additions and 0 deletions
|
@ -88,4 +88,6 @@ COPY --from=build /app/package.json /app/package.json
|
|||
# copy backend files
|
||||
COPY ./backend .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "bash", "start.sh"]
|
||||
|
|
Loading…
Reference in a new issue