This commit is contained in:
2025-11-27 20:05:56 +01:00
parent 63ad5e807b
commit 6abd4b0373
5 changed files with 92 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
# roles/web-app-littlejs/templates/Dockerfile.j2
FROM nginx:alpine
# Static LittleJS assets engine builds + examples
@@ -7,3 +6,6 @@ COPY ./{{ LITTLEJS_APP_REL }}/dist /usr/share/nginx/html/dist
# Custom Infinito.Nexus landing page with Bootstrap menu and tiles
COPY ./{{ LITTLEJS_INDEX_HOST_REL }} /usr/share/nginx/html/index.html
# Custom runner for non-full LittleJS shorts examples
COPY ./{{ LITTLEJS_RUN_HOST_REL }} /usr/share/nginx/html/examples/shorts/run.html