2 lines
62 B
Docker
2 lines
62 B
Docker
|
FROM nginx:stable-alpine
|
||
|
COPY index.html /usr/share/nginx/html
|