Kripton12 commited on
Commit
b193712
·
verified ·
1 Parent(s): 7d212de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ FROM python:3.10-slim
5
  WORKDIR /app
6
  RUN apt-get update && apt-get install -y git
7
  RUN git clone https://github.com/UrloMythus/LoapTri/
 
8
  # Install the mediaflow-proxy package
9
  RUN pip install mediaflow-proxy
10
 
 
5
  WORKDIR /app
6
  RUN apt-get update && apt-get install -y git
7
  RUN git clone https://github.com/UrloMythus/LoapTri/
8
+ WORKDIR /app/LoapTri/mediaflow_proxy
9
  # Install the mediaflow-proxy package
10
  RUN pip install mediaflow-proxy
11