mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
10 lines
238 B
Docker
10 lines
238 B
Docker
ARG NGINX_VERSION=1.27.1
|
|
|
|
FROM nginx:${NGINX_VERSION}-alpine
|
|
|
|
COPY css /opt/litterlink/css
|
|
COPY fonts /opt/litterlink/fonts
|
|
COPY images /opt/litterlink/images
|
|
COPY templates /etc/nginx/templates
|
|
COPY index.html /opt/litterlink/index.html
|