tyest
continuous-integration/drone/push Build is passing Details

master
Alexandre GLENAT 2 years ago
parent 3b2ef84116
commit 78bb5c4ff6

@ -21,7 +21,7 @@ RUN dotnet restore "Api/Api.csproj"
COPY . .
WORKDIR "/src/Api"
RUN dotnet build "Api.csproj" -c Release -o /app/build
RUN chmod -R 755 ../src/Api
RUN chmod -R 755 ../Api
FROM build AS publish
RUN dotnet publish "Api.csproj" -c Release -o /app/publish /p:UseAppHost=false

Loading…
Cancel
Save