flood-ui: add server host to config
This commit is contained in:
parent
8c4f2a4d11
commit
21ccffc9c1
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ COPY --from=source /app/server /app/server
|
|||
COPY --from=source /app/config.docker.js /app/config.js
|
||||
RUN yarn build && \
|
||||
yarn install --prod
|
||||
RUN sed -i '/floodServerPort/a floodServerHost: "0.0.0.0",' /app/config.js
|
||||
|
||||
FROM d.xr.to/base as flood
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in a new issue