mirror of
https://github.com/mbround18/valheim-docker.git
synced 2021-10-22 21:53:54 +03:00
Added BepInEx Support (#148)
* Memory Check * Removed path on ci * Valheim BepInEx support * Separation of concern. * Added switch for installation * Yall dont need to run the dev compose ;P * Refactored to make debugging easier * Updated to use quotes and readme
This commit is contained in:
@@ -6,7 +6,8 @@ FROM rust:latest as RustBuilder
|
||||
WORKDIR /data/odin
|
||||
COPY . .
|
||||
|
||||
RUN cargo build --release
|
||||
RUN cargo build --release && find . ! -name 'odin' -type f -exec rm -f {} +
|
||||
|
||||
|
||||
ENTRYPOINT ["/data/odin/target/release/odin"]
|
||||
CMD ["--version"]
|
||||
|
||||
Reference in New Issue
Block a user