This commit is contained in:
2023-10-11 23:54:07 +03:00
parent e32e4aade5
commit 82aee72cee
2 changed files with 1 additions and 3 deletions

View File

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