dockerfile-fix

This commit is contained in:
Tony Rewin 2023-10-03 13:50:09 +03:00
parent 4e08913c3c
commit 238a8406da

View File

@ -28,5 +28,5 @@ FROM rustlang/rust:nightly-slim
ENV RUST_BACKTRACE=full 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 /chatcms/target/release/presense . COPY --from=build /presense/target/release/presense .
CMD ["./presense"] CMD ["./presense"]