trytofix-404

This commit is contained in:
Untone 2023-10-11 23:06:27 +03:00
parent 9dff03fe1a
commit ece504bbd1
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "discoursio-presence" name = "discoursio-presence"
version = "0.2.11" version = "0.2.12"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -29,4 +29,7 @@ ENV RUST_BACKTRACE=full
RUN apt-get update && apt install -y openssl libssl-dev RUN apt-get update && apt install -y openssl libssl-dev
COPY --from=build /presence/target/release/presence . COPY --from=build /presence/target/release/presence .
EXPOSE 8080
CMD ["./presence"] CMD ["./presence"]