updated
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user