dioxus-code 0.1.0

Syntax-highlighted code blocks for Dioxus.
1
2
3
4
5
6
FROM debian:stable-slim

WORKDIR /app
COPY . .

CMD ["./run.sh"]