6 lines
88 B
Docker
6 lines
88 B
Docker
FROM nginx:1.29-alpine
|
|
|
|
COPY src/index.html /usr/share/nginx/html/index.html
|
|
|
|
EXPOSE 80
|