davee
continuous-integration/drone/push Build is failing Details

CI_DB_WORK
David D'ALMEIDA 1 year ago
parent e9c2536c15
commit dce46eb46a

@ -38,7 +38,7 @@ ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "HeartTrackAPI.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
RUN ls
RUN ls /
RUN ls /home/
RUN ls /src
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .

Loading…
Cancel
Save