4 lines
81 B
Docker
4 lines
81 B
Docker
|
|
FROM docker.io/library/nginx:1.27-alpine
|
||
|
|
|
||
|
|
COPY index.html /usr/share/nginx/html/
|