File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f 3a0ed53e79eec52d76292d4c8934eadaa53fa8ce
19+ git checkout -f a577b656b48444be9b7a04bab17c0046e1e77e59
2020
2121RUN \
2222 echo "**** build frontend ****" && \
3131 mkdir dist/src dist/nginx && \
3232 cp ../universal-touch-gamepad/universalTouchGamepad.js dist/src/ && \
3333 cp ../gst-web-core/nginx/* dist/nginx/ && \
34+ cp -r ../gst-web-core/dist/jsdb dist/ && \
3435 mkdir /buildout && \
3536 cp -ar dist/* /buildout/
3637
@@ -176,7 +177,7 @@ RUN \
176177 | awk '/tag_name/{print $4;exit}' FS='[""]' ) && \
177178 curl -o \
178179 /tmp/selkies.tar.gz -L \
179- "https://github.com/selkies-project/selkies/archive/3a0ed53e79eec52d76292d4c8934eadaa53fa8ce .tar.gz" && \
180+ "https://github.com/selkies-project/selkies/archive/a577b656b48444be9b7a04bab17c0046e1e77e59 .tar.gz" && \
180181 cd /tmp && \
181182 tar xf selkies.tar.gz && \
182183 cd selkies-* && \
Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f 3a0ed53e79eec52d76292d4c8934eadaa53fa8ce
19+ git checkout -f a577b656b48444be9b7a04bab17c0046e1e77e59
2020
2121RUN \
2222 echo "**** build frontend ****" && \
3131 mkdir dist/src dist/nginx && \
3232 cp ../universal-touch-gamepad/universalTouchGamepad.js dist/src/ && \
3333 cp ../gst-web-core/nginx/* dist/nginx/ && \
34+ cp -r ../gst-web-core/dist/jsdb dist/ && \
3435 mkdir /buildout && \
3536 cp -ar dist/* /buildout/
3637
@@ -174,7 +175,7 @@ RUN \
174175 | awk '/tag_name/{print $4;exit}' FS='[""]') && \
175176 curl -o \
176177 /tmp/selkies.tar.gz -L \
177- "https://github.com/selkies-project/selkies/archive/3a0ed53e79eec52d76292d4c8934eadaa53fa8ce .tar.gz" && \
178+ "https://github.com/selkies-project/selkies/archive/a577b656b48444be9b7a04bab17c0046e1e77e59 .tar.gz" && \
178179 cd /tmp && \
179180 tar xf selkies.tar.gz && \
180181 cd selkies-* && \
You can’t perform that action at this time.
0 commit comments