This commit is contained in:
@@ -16,7 +16,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_pass
|
||||
dockerfile: ApplicationLayer/Dockerfile
|
||||
context: ./
|
||||
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