geello 0.2.0

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

ENV XDG_RUNTIME_DIR /geello

WORKDIR /geello

COPY ./assets ./assets

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

CMD ["geello"]