trytofix-404
This commit is contained in:
parent
9dff03fe1a
commit
ece504bbd1
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "discoursio-presence"
|
||||
version = "0.2.11"
|
||||
version = "0.2.12"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -29,4 +29,7 @@ ENV RUST_BACKTRACE=full
|
|||
RUN apt-get update && apt install -y openssl libssl-dev
|
||||
|
||||
COPY --from=build /presence/target/release/presence .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["./presence"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user