mirror of https://github.com/PiyushXCoder/lupt.git
Changed Dockerfile
This commit is contained in:
parent
7f42eba1ba
commit
b92a889e3a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue