3 lines
67 B
Docker
3 lines
67 B
Docker
|
|
FROM nginx:alpine
|
||
|
|
COPY index.html /usr/share/nginx/html/index.html
|