6 lines
79 B
Docker
6 lines
79 B
Docker
FROM nginx:alpine
|
|
|
|
COPY index.html /usr/share/nginx/html/index.html
|
|
|
|
EXPOSE 80
|