mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
4 lines
88 B
Docker
4 lines
88 B
Docker
FROM nginx:alpine
|
|
COPY ./build /usr/share/nginx/html
|
|
COPY ./api.conf /etc/nginx/conf.d/
|