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"]