5 lines
87 B
Docker
5 lines
87 B
Docker
FROM nginx:1.29.4
|
|
|
|
WORKDIR /usr/share/nginx/html
|
|
COPY project.html index.html
|
|
EXPOSE 80 |