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