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 . .
|
COPY . .
|
||||||
|
|
||||||
RUN cargo build --release && \
|
RUN cargo build --release && \
|
||||||
cp target/release/lupt . && \
|
cp target/release/${APP} . && \
|
||||||
cargo clean && \
|
cargo clean && \
|
||||||
rm -rf /usr/local/rustup/ /usr/local/cargo/ && \
|
rm -rf /usr/local/rustup/ /usr/local/cargo/ && \
|
||||||
apk del gcc
|
apk del gcc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue