4 lines
72 B
Docker
4 lines
72 B
Docker
|
|
FROM nginx:alpine
|
||
|
|
|
||
|
|
COPY openapi.yaml /usr/share/nginx/html/openapi.yaml
|