1
This commit is contained in:
parent
efa19fb6f4
commit
43888be89f
@ -3,7 +3,7 @@ ARG BUILD_CONFIGURATION=Release
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN dotnet restore "src/InterfaceForward.Api/InterfaceForward.Api.csproj"
|
RUN dotnet restore "src/InterfaceForward.Api/InterfaceForward.Api.csproj"
|
||||||
WORKDIR "/src/InterfaceForward.Api"
|
WORKDIR "/src/src/InterfaceForward.Api"
|
||||||
RUN dotnet build "InterfaceForward.Api.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
RUN dotnet build "InterfaceForward.Api.csproj" -c $BUILD_CONFIGURATION -o /app/build
|
||||||
|
|
||||||
FROM base AS publish
|
FROM base AS publish
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user