Initial commit
This commit is contained in:
		
							
								
								
									
										4
									
								
								Containerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Containerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
FROM mcr.microsoft.com/dotnet/runtime:9.0
 | 
			
		||||
COPY ./project_name/bin/Release/net9.0/ /app
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
CMD ["project_name"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user