Skip to content

Commit ac9cfcb

Browse files
author
Florian Treml
committed
BOT-2087 disable host check in client
1 parent 23963e8 commit ac9cfcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connectors/rasa/client/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN curl -L -o rvi.zip "https://github.com/RasaHQ/rasa-voice-interface/archive/m
99
WORKDIR /app/rasa-voice-interface-master
1010
RUN chown -R node /app/rasa-voice-interface-master \
1111
&& sed -i "s|'http://localhost:5005'|'${RASA_ENDPOINT}', options: { path: '${RASA_PATH}' }|g" src/main.js \
12+
&& sed -i "s|integrity: false|integrity: false, devServer: { disableHostCheck: true }|g" vue.config.js \
1213
&& npm install --no-optional
1314
RUN apk del .build-deps
1415

0 commit comments

Comments
 (0)