File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ RUN apt-get update -y && apt-get install -y curl
7575RUN groupadd -r app && useradd -r -g app app && mkdir -p ${FUNCTION_DIR} && chown -R app:app ${FUNCTION_DIR}
7676
7777COPY --chown=app:app --from=js-stage ${FUNCTION_DIR}/dist/*.html ${FUNCTION_DIR}/custom_admin/templates/astro/
78+ COPY --chown=app:app --from=js-stage ${FUNCTION_DIR}/dist/widgets/*.html ${FUNCTION_DIR}/custom_admin/templates/astro/widgets/
7879COPY --chown=app:app --from=js-stage ${FUNCTION_DIR}/dist/_astro ${FUNCTION_DIR}/custom_admin/static/_astro/
7980COPY --chown=app:app --from=build-stage ${FUNCTION_DIR}/.venv ${FUNCTION_DIR}/.venv
8081
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ import "@radix-ui/themes/styles.css";
33import " ../custom-styles.css" ;
44---
55<html >
6+ <head >
7+ <meta name =" robots" content =" NONE,NOARCHIVE" />
8+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
9+ </head >
610 <body >
711 <Fragment set:html ={ `
812 {% extends 'admin/pycon_base.html' %}
You can’t perform that action at this time.
0 commit comments