File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ RUN apt-get update --yes \
256256 && rm -f /tmp/ompp.tar.gz \
257257# Customize and rebuild omp-ui for jupyter-ompp-proxy install
258258# issue with making a relative publicPath https://github.com/quasarframework/quasar/issues/8513
259- && sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf .js \
260- && sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf .js \
259+ && sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.config .js \
260+ && sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.config .js \
261261 && npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/traverse@7.23.2\
262262 && npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
263263 && rm -r ${OMPP_INSTALL_DIR}/html \
You can’t perform that action at this time.
0 commit comments