Skip to content

Commit

Permalink
making k8s work commit 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Radev committed Apr 4, 2024
1 parent 29defb8 commit bbb83b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Backend/VideoStreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ WORKDIR /app
COPY --from=publish /app/publish .
COPY VideoStreamer/entrypoint.sh /entrypoint.sh
USER root
RUN apt-get update && apt-get install nfs-common -y \
RUN apt-get update && apt-get install nfs-common -y


RUN chmod +x /entrypoint.sh
USER $APP_UID

ENTRYPOINT ["dotnet", "VideoStreamer.dll"]

0 comments on commit bbb83b8

Please sign in to comment.