let's
continuous-integration/drone/push Build is failing Details

CI_DB_WORK
David D'ALMEIDA 1 year ago
parent 07a0cbe752
commit e9c2536c15

@ -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/
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .

Loading…
Cancel
Save