Skip to content

Commit 045cf10

Browse files
fix openM++ config file name
1 parent 2b6337d commit 045cf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)