remove invalid rustflag
This commit is contained in:
parent
7bea919bd4
commit
c1ddeaf485
@ -1,6 +1,6 @@
|
|||||||
# Build the execuitible
|
# Build the execuitible
|
||||||
FROM rustlang/rust:nightly as builder
|
FROM rustlang/rust:nightly as builder
|
||||||
ENV RUSTFLAGS="--release"
|
ENV RUSTFLAGS=""
|
||||||
|
|
||||||
WORKDIR /bot
|
WORKDIR /bot
|
||||||
# RUN apt-get update && apt-get upgrade -y
|
# RUN apt-get update && apt-get upgrade -y
|
||||||
|
Loading…
Reference in New Issue
Block a user