Commit a53c3768 authored by tangwei's avatar tangwei

dockerfile

parent 41abf9f1
......@@ -56,7 +56,7 @@ COPY --from=build-stage /build/converter ${oo_root}/server/FileConverter/conver
COPY --from=build-stage /build/docservice ${oo_root}/server/DocService/docservice
# web-apps
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/documenteditor/mobile/dist/js/app.js ${oo_root}/web-apps/apps/documenteditor/mobile/dist/js/app.js
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/presentationeditor/mobile/dist/js/app.js ${oo_root}/web-apps/apps/presentationeditor/mobile/dist/js/app.js
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js ${oo_root}/web-apps/apps/spreadsheeteditor/mobile/dist/js/app.js
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/documenteditor/mobile ${oo_root}/web-apps/apps/documenteditor/mobile
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/presentationeditor/mobile ${oo_root}/web-apps/apps/presentationeditor/mobile
COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/spreadsheeteditor/mobile ${oo_root}/web-apps/apps/spreadsheeteditor/mobile/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment