remove invalid rustflag
This commit is contained in:
		@@ -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 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user