mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	Properly fix Dockerfiles
This commit is contained in:
		
							parent
							
								
									e4da85d46e
								
							
						
					
					
						commit
						481aa39582
					
				|  | @ -7,7 +7,7 @@ COPY cert.cert /app/ | |||
| RUN dotnet restore | ||||
| RUN dotnet publish -c Release -o /app --no-restore | ||||
| 
 | ||||
| FROM mcr.microsoft.com/dotnet/sdk:6.0 | ||||
| FROM mcr.microsoft.com/dotnet/sdk:8.0 | ||||
| WORKDIR /app | ||||
| COPY --from=build /app . | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ COPY cert.pfx /app/ | |||
| RUN dotnet restore | ||||
| RUN dotnet publish -c Release -o /app --no-restore | ||||
| 
 | ||||
| FROM mcr.microsoft.com/dotnet/sdk:6.0 | ||||
| FROM mcr.microsoft.com/dotnet/sdk:8.0 | ||||
| WORKDIR /app | ||||
| COPY --from=build /app . | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user