dockerfile-fix
This commit is contained in:
parent
4e08913c3c
commit
238a8406da
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user