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

master
Alexandre GLENAT 2 years ago
parent a02b3e41fd
commit 3bf5647885

@ -26,6 +26,5 @@ RUN dotnet publish "Api.csproj" -c Release -o /app/publish /p:UseAppHost=false
RUN chmod 755 ../*
FROM base AS final
WORKDIR /app
RUN chmod 755 *
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "Api.dll"]
Loading…
Cancel
Save