Allow the snapshot interval to be configurable in the environment variables
[rapid-gossip-sync-server] / docker / Dockerfile.rgs
1 FROM rust:1.64
2
3 WORKDIR /usr/src/app
4
5 COPY . .
6
7 RUN cargo install --path .
8
9 EXPOSE 8000