mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
add dockerfile with nginx
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user