This commit is contained in:
2025-06-16 18:56:40 -04:00
parent 96f43895fb
commit bde48cbe60

View File

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