@@ -12,16 +12,15 @@ COPY ./themes/MUG/invenio.cfg ${INVENIO_INSTANCE_PATH}
1212
1313RUN invenio collect --verbose && invenio webpack create
1414
15- # Now copy remaining instance files (these can override/extend the discovered bundles)
15+ # copy remaining instance files (these can override/extend the discovered bundles)
1616COPY ./app_data/ ${INVENIO_INSTANCE_PATH}/app_data/
1717COPY ./assets/ ${INVENIO_INSTANCE_PATH}/assets/
1818COPY ./static/ ${INVENIO_INSTANCE_PATH}/static/
1919COPY ./translations ${INVENIO_INSTANCE_PATH}/translations/
20- COPY ./templates ${INVENIO_INSTANCE_PATH}/templates/
2120
2221# Replace variables.less
23- COPY ./ themes/MUG/variables.less /opt/env/lib/python3.12/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/variables.less
24- COPY ./ themes/MUG/overrides.less /opt/env/lib/python3.12/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/overrides.less
22+ COPY themes/MUG/variables.less /opt/env/lib/python3.12/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/variables.less
23+ COPY themes/MUG/overrides.less /opt/env/lib/python3.12/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/overrides.less
2524
2625WORKDIR ${INVENIO_INSTANCE_PATH}/assets
2726RUN pnpm install
@@ -39,7 +38,7 @@ COPY --from=builder ${INVENIO_INSTANCE_PATH}/templates ${INVENIO_INSTANCE_PATH}/
3938
4039WORKDIR ${WORKING_DIR}/src
4140COPY ./docker/uwsgi/ ${INVENIO_INSTANCE_PATH}
42- # invenio.cfg already copied in builder stage, but ensure it's in final location
41+ # invenio.cfg already copied in builder stage, ensure it's in final location
4342COPY ./themes/MUG/invenio.cfg ${INVENIO_INSTANCE_PATH}
4443RUN chown invenio:invenio .
4544
0 commit comments