added docker compose yaml, modified dockerfile
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
FROM rust:1.75 as builder
 | 
			
		||||
WORKDIR /usr/src/app
 | 
			
		||||
COPY . .
 | 
			
		||||
RUN apt install openssl -y -q
 | 
			
		||||
RUN cargo build --release
 | 
			
		||||
 | 
			
		||||
# Test stage
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user