Changed Dockerfile

This commit is contained in:
Piyush मिश्रः 2023-02-26 08:01:26 +01:00
parent 7f42eba1ba
commit b92a889e3a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /app/${APP}
COPY . .
RUN cargo build --release && \
cp target/release/lupt . && \
cp target/release/${APP} . && \
cargo clean && \
rm -rf /usr/local/rustup/ /usr/local/cargo/ && \
apk del gcc