modified dockerfile
This commit is contained in:
		@@ -11,5 +11,5 @@ RUN cargo test
 | 
				
			|||||||
# Production stage
 | 
					# Production stage
 | 
				
			||||||
FROM debian:bookworm-slim as production
 | 
					FROM debian:bookworm-slim as production
 | 
				
			||||||
WORKDIR /usr/src/app
 | 
					WORKDIR /usr/src/app
 | 
				
			||||||
COPY --from=builder /usr/src/app/target/release/ballbot .
 | 
					COPY --from=builder /usr/src/app/target/release/ball-bot .
 | 
				
			||||||
CMD ["./ballbot"]
 | 
					CMD ["./ball-bot"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user