updated
This commit is contained in:
@@ -35,9 +35,11 @@ FROM base AS final
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install ffmpeg
|
# Install ffmpeg
|
||||||
RUN apt-get update && \
|
#RUN apt-get update && \
|
||||||
apt-get install -y ffmpeg && \
|
#apt-get install -y ffmpeg && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
#rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
USER $APP_UID
|
||||||
|
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
ENTRYPOINT ["dotnet", "Astrocore.Api.dll"]
|
ENTRYPOINT ["dotnet", "Astrocore.Api.dll"]
|
||||||
|
|||||||
Reference in New Issue
Block a user