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 100
100
export KUI_ELECTRON_HOME=" ${KUI_ELECTRON_HOME-$NODE } "
101
101
102
102
if [ -z " $GUIDEBOOK_STORE " ]; then
103
- if [ -d " $HEADLESS " /../../node_modules/@guidebooks/store ]; then
103
+ if [ -d " $HEADLESS " /../../node_modules/@guidebooks/store/dist /store ]; then
104
104
# 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
107
107
# docker builds
108
108
export GUIDEBOOK_STORE=" $HEADLESS " /store
109
109
else
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV CODEFLARE_HEADLESS_HOME=/usr/local/CodeFlare
7
7
8
8
# TODO hard-coded arch
9
9
ADD 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
11
11
ADD bin/codeflare /usr/local/bin/codeflare
12
12
13
13
RUN 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
7
7
8
8
# TODO hard-coded arch
9
9
ADD 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
11
11
ADD bin/codeflare /usr/local/bin/codeflare
12
12
ADD deploy/log-aggregator/wait-for.sh /usr/local/bin/wait-for
13
13
ADD 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