This commit is contained in:
		| @@ -15,6 +15,7 @@ steps: | ||||
|     username: prtsie | ||||
|     password: | ||||
|       from_secret: docker_pass | ||||
|     dockerfile: ApplicationLayer/Dockerfile | ||||
|     registry: git.prtsie.ru | ||||
|     repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH} | ||||
|     tags: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build | ||||
| WORKDIR /src | ||||
| COPY . ./ | ||||
| COPY ../ ./ | ||||
| RUN dotnet restore | ||||
| RUN dotnet publish "SchengenVisaApi/SchengenVisaApi.csproj" -c Release -o /app/publish | ||||
| 
 | ||||
		Reference in New Issue
	
	Block a user