mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
parent
3a2675abe1
commit
5d014d81af
@ -24,6 +24,7 @@ COPY docker/build/internal_files/clearml_subpath.conf.template /tmp/internal_fil
|
|||||||
RUN /bin/bash -c '/tmp/internal_files/final_image_preparation.sh'
|
RUN /bin/bash -c '/tmp/internal_files/final_image_preparation.sh'
|
||||||
|
|
||||||
COPY --from=webapp /opt/open-webapp/build /usr/share/nginx/html
|
COPY --from=webapp /opt/open-webapp/build /usr/share/nginx/html
|
||||||
|
COPY --from=webapp_builder /opt/open-webapp/dist/report-widgets /usr/share/nginx/widgets
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 8008
|
EXPOSE 8008
|
||||||
|
@ -3,7 +3,8 @@ set -x
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd /opt/open-webapp/
|
cd /opt/open-webapp/
|
||||||
npm ci --unsafe-perm node-sass
|
npm ci --legacy-peer-deps
|
||||||
|
|
||||||
cd /opt/open-webapp/
|
cd /opt/open-webapp/
|
||||||
npm run build
|
npm run build
|
||||||
|
npm run build-widgets
|
||||||
|
Loading…
Reference in New Issue
Block a user