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 8df3c41 commit 29defb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Backend/VideoStreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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 chmod +x /entrypoint.sh
USER $APP_UID

Expand Down

0 comments on commit 29defb8

Please sign in to comment.