Skip to content
Snippets Groups Projects
Commit d4ae52d9 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

LEI-40: Updated routing config for serving LSMR

parent e5c28c3a
No related branches found
No related tags found
1 merge request!90Resolve LEI-40
...@@ -61,5 +61,9 @@ ENTRYPOINT /bin/bash -c 'export VARIANT=gnucxx11_opt; \ ...@@ -61,5 +61,9 @@ ENTRYPOINT /bin/bash -c 'export VARIANT=gnucxx11_opt; \
lsmr_testdatabase & \ lsmr_testdatabase & \
sleep 15 && \ sleep 15 && \
lsmr & \ lsmr & \
cd /lofar/build/gnucxx11_opt/SAS/LSMR/frontend/frontend_poc && \ cd /lofar/build/gnucxx11_opt/installed/share/www && \
serve -s build -p 3000' serve -s . -p 3000'
\ No newline at end of file
# It also works to serve the dev server for interactive development as such:
# cd /lofar/build/gnucxx11_opt/SAS/LSMR/frontend/frontend_poc && \
# npm start
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment