3 lines
91 B
Docker
3 lines
91 B
Docker
|
FROM nginx:1.21-alpine
|
||
|
COPY *.html /usr/share/nginx/html/
|
||
|
COPY *.txt /usr/share/nginx/html/
|