File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ RUN curl -L -o rvi.zip "https://github.com/RasaHQ/rasa-voice-interface/archive/m
99WORKDIR /app/rasa-voice-interface-master
1010RUN 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 \
13- && npm install --no-optional
12+ && sed -i "s|integrity: false|integrity: false, publicPath: '/rasa-demo-voice/' |g" vue.config.js \
13+ && npm install --no-optional && npm install serve && npm run-script build
1414RUN apk del .build-deps
1515
1616EXPOSE 8080
1717USER node
18- CMD npm run serve
18+ CMD PORT=8080 npx serve -s dist
You can’t perform that action at this time.
0 commit comments