This commit is contained in:
Alexandra Dunn 2023-04-24 06:31:40 +00:00
parent bd4b08a797
commit 5ec16a1f4b
2 changed files with 8 additions and 0 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
*~

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
# renovate: datasource=docker depName=nginx
ARG NGINX_VERSION=1.23.4
FROM nginx:$NGINX_VERSION-alpine
COPY css /usr/share/nginx/html/css
COPY img /usr/share/nginx/html/img
COPY index.html /usr/share/nginx/html/