remove invalid rustflag

This commit is contained in:
Oliver 2023-11-03 19:51:09 +00:00
parent 7bea919bd4
commit c1ddeaf485

View File

@ -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