5 lines
85 B
Docker
5 lines
85 B
Docker
FROM nginx:stable-alpine
|
|
|
|
COPY index.html /usr/share/nginx/html/index.html
|
|
|
|
EXPOSE 80 |