File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11node_modules
22** /node_modules
3+ ** /build
34npm-debug.log
45.env
56files
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ RUN npm ci
1515
1616# debug code, to be removed
1717RUN ls -la
18+ RUN ls -la node_modules/@fails-components/config
19+ RUN cat node_modules/@fails-components/config/package.json
1820RUN ls -la node_modules/@fails-components/config/dist
1921# build the app
2022ARG BASE_WORK
@@ -106,7 +108,7 @@ RUN ~/miniconda3/bin/conda run -n failscomponents jupyter lite build
106108FROM nginx:stable AS staticserver-noassets
107109ARG BASE_WORK
108110COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/appstable/build/ /usr/share/nginx/html/static/app
109- COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/lectureapp /build/ /usr/share/nginx/html/static/lecture
111+ COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/lectureappstable /build/ /usr/share/nginx/html/static/lecture
110112# workaround to remove old service worker
111113RUN cp /usr/share/nginx/html/static/lecture/sw.js /usr/share/nginx/html/static/lecture/service-worker.js
112114
@@ -128,7 +130,7 @@ COPY --from=jupyter-build /usr/src/jupyterlite/jupyterLiteFailsOut/ /usr/share/n
128130FROM nginx:stable
129131ARG BASE_WORK
130132COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/appstable/build/ /usr/share/nginx/html/static/app
131- COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/lectureapp /build/ /usr/share/nginx/html/static/lecture
133+ COPY --from=build-stage ${BASE_WORK}/node_modules/@fails-components/lectureappstable /build/ /usr/share/nginx/html/static/lecture
132134# workaround to remove old service worker
133135RUN cp /usr/share/nginx/html/static/lecture/sw.js /usr/share/nginx/html/static/lecture/service-worker.js
134136
You can’t perform that action at this time.
0 commit comments