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 41c6609 commit 8df3c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/Upload/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ COPY Upload/entrypoint.sh /entrypoint.sh
USER root
RUN chmod +x /entrypoint.sh && chown $APP_UID /app/data
#USER $APP_UID
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]
ENTRYPOINT ["dotnet", "Upload.dll"]
2 changes: 1 addition & 1 deletion Backend/VideoStreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ USER root
RUN chmod +x /entrypoint.sh
USER $APP_UID

ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]
ENTRYPOINT ["dotnet", "VideoStreamer.dll"]

0 comments on commit 8df3c41

Please sign in to comment.