3 lines
63 B
Docker
3 lines
63 B
Docker
|
FROM nginx:1.27.0-alpine3.19
|
||
|
|
||
|
COPY html /usr/share/nginx/html
|