Docs and release upgrades (#335)

* Docs and releases

* added specific files for package

* added readme

* moved odin.md to README.md in odin folder

* http-server to huginn

* ignore files
This commit is contained in:
Michael
2021-04-23 14:23:22 -07:00
committed by GitHub
parent e0729d6eed
commit 62249670b3
22 changed files with 250 additions and 56 deletions

View File

@@ -38,6 +38,6 @@ RUN cargo-make make -p production release
FROM debian:buster-slim as runtime
WORKDIR /data/odin
COPY --from=builder /data/odin/target/release/odin /usr/local/bin
COPY --from=builder /data/odin/target/release/odin-http-server /usr/local/bin
COPY --from=builder /data/odin/target/release/huginn /usr/local/bin
ENTRYPOINT ["/usr/local/bin/odin"]
CMD ["--version"]