font-explorer/server/Dockerfile

9 lines
91 B
Docker

FROM debian:bookworm-slim
WORKDIR /app
VOLUME /app
VOLUME /fonts
CMD [ "/app/webview" ]