From bde48cbe60cc0750b2cb02b5f0b266c53667f3e4 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Mon, 16 Jun 2025 18:56:40 -0400 Subject: [PATCH] updated --- Astrocore.Api/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Astrocore.Api/Dockerfile b/Astrocore.Api/Dockerfile index 4f1a543..7351a05 100644 --- a/Astrocore.Api/Dockerfile +++ b/Astrocore.Api/Dockerfile @@ -35,9 +35,11 @@ FROM base AS final WORKDIR /app # Install ffmpeg -RUN apt-get update && \ - apt-get install -y ffmpeg && \ - rm -rf /var/lib/apt/lists/* +#RUN apt-get update && \ + #apt-get install -y ffmpeg && \ + #rm -rf /var/lib/apt/lists/* + +USER $APP_UID COPY --from=publish /app/publish . ENTRYPOINT ["dotnet", "Astrocore.Api.dll"]