mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-04 00:19:34 +00:00
Implemented LittleJS run logic https://chatgpt.com/share/692894bc-5a58-800f-b803-eb906c3cec65
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user