mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 01:25:27 +00:00 
			
		
		
		
	fix: trying stackoverflow fix for no entrypoint problem
This commit is contained in:
		
							parent
							
								
									97ab15023d
								
							
						
					
					
						commit
						cb9ae779ea
					
				| @ -10,9 +10,9 @@ WORKDIR /src | ||||
| COPY ["/src/comissions.app.api/comissions.app.api.csproj", "comissions.app.api/"] | ||||
| COPY ["/src/comissions.app.database/comissions.app.database.csproj", "comissions.app.database/"] | ||||
| RUN dotnet restore "comissions.app.api/comissions.app.api.csproj" | ||||
| COPY . . | ||||
| WORKDIR "/src/comissions.app.api" | ||||
| RUN dotnet build "comissions.app.api.csproj" -c $BUILD_CONFIGURATION -o /app/build | ||||
| COPY . . | ||||
| RUN dotnet build "commissions.app.api.csproj" -c $BUILD_CONFIGURATION -o /app/build | ||||
| 
 | ||||
| FROM build AS publish | ||||
| ARG BUILD_CONFIGURATION=Release | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler