Files

12 lines
484 B
Django/Jinja
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
FROM nginx:alpine
# Static LittleJS assets engine builds + examples
COPY ./{{ LITTLEJS_APP_REL }}/examples /usr/share/nginx/html/examples
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