diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 6759727..eab7cc1 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -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"] \ No newline at end of file