blessed-rs/Dockerfile
2022-04-18 17:55:18 +01:00

9 lines
No EOL
196 B
Docker

FROM debian:buster-slim
COPY target/release/blessed-rs /usr/local/bin/blessed-rs
WORKDIR /usr/blessed-rs
COPY ./static ./static
COPY ./templates ./templates
COPY ./data ./data
CMD ["blessed-rs"]