File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 100100export KUI_ELECTRON_HOME=" ${KUI_ELECTRON_HOME-$NODE } "
101101
102102if [ -z " $GUIDEBOOK_STORE " ]; then
103- if [ -d " $HEADLESS " /../../node_modules/@guidebooks/store ]; then
103+ if [ -d " $HEADLESS " /../../node_modules/@guidebooks/store/dist /store ]; then
104104 # development builds
105- export GUIDEBOOK_STORE=" $HEADLESS " /../../store
106- elif [ -d " $HEADLESS " /store ]; then
105+ export GUIDEBOOK_STORE=" $HEADLESS " /../../node_modules/@guidebooks/store/dist/ store
106+ elif [ -d " $HEADLESS " /store/dist /store ]; then
107107 # docker builds
108108 export GUIDEBOOK_STORE=" $HEADLESS " /store
109109 else
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV CODEFLARE_HEADLESS_HOME=/usr/local/CodeFlare
77
88# TODO hard-coded arch
99ADD dist/headless /usr/local/CodeFlare
10- ADD node_modules/@guidebooks/store /usr/local/CodeFlare/store
10+ ADD node_modules/@guidebooks/store/dist/store /usr/local/CodeFlare/store
1111ADD bin/codeflare /usr/local/bin/codeflare
1212
1313RUN apt update && apt -y install python3 python3-pip sudo curl \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV CODEFLARE_HEADLESS_HOME=/usr/local/CodeFlare
77
88# TODO hard-coded arch
99ADD dist/headless /usr/local/CodeFlare
10- ADD node_modules/@guidebooks/store /usr/local/CodeFlare/store
10+ ADD node_modules/@guidebooks/store/dist/store /usr/local/CodeFlare/store
1111ADD bin/codeflare /usr/local/bin/codeflare
1212ADD deploy/log-aggregator/wait-for.sh /usr/local/bin/wait-for
1313ADD deploy/log-aggregator/wait-for-and-cat.sh /usr/local/bin/wait-for-and-cat
You can’t perform that action at this time.
0 commit comments