D
Size: a a a
D
G
G
D
D
# Copy the current directory contents into the container at /app
COPY Cargo.toml /app/Cargo.toml
COPY rustfmt.toml /app/rustfmt.toml
COPY config /app/config
COPY src /app/src
COPY .env /app/.env
# download crates
RUN cargo fetch
# Copy the current directory contents into the container at /app
COPY Cargo.toml /app/Cargo.toml
# download crates
RUN <тут танцы>
COPY rustfmt.toml /app/rustfmt.toml
COPY config /app/config
COPY src /app/src
COPY .env /app/.env
D
G
D
C
C
C
C
G
G
DF
D
# Remove fingreprints of pre-built empty project sub-crates
# to rebuild them correctly later.
D
G