geello 0.1.7

A tool to render geo data
Documentation
1
2
3
4
5
6
7
8
9
FROM rust:latest

WORKDIR /geello

COPY ./assets ./assets

RUN apt update && apt install -y libvulkan1 && cargo install -F server geello

CMD ["geello"]