2 lines
56 B
Docker
2 lines
56 B
Docker
|
FROM nginx:1.21-alpine
|
||
|
COPY html/ /usr/share/nginx/html/
|