FROM rust:1.56.1 as rustapp-builder
WORKDIR /Users/divijak/Downloads/cargo/hello_world/
#ADD ./* /tmp/
#RUN rustup default nightly && rustup update
COPY . .
#RUN ls -la
#COPY src src
#COPY .cargo .cargo
#COPY Cargo.* .
#RUN cargo build
#RUN cargo run
#RUN cargo build --release
RUN cargo login cior9i0mEr5m3XxNMgo7Fp409dxB3A3mxI0
RUN cargo publish --allow-dirty