dockerfile-fix
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user