mirror of
https://github.com/mbround18/valheim-docker.git
synced 2021-10-22 21:53:54 +03:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user