Kripton12 commited on
Commit
5dceb66
·
verified ·
1 Parent(s): b193712

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -5,7 +5,6 @@ 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
- WORKDIR /app/LoapTri/mediaflow_proxy
9
  # Install the mediaflow-proxy package
10
  RUN pip install mediaflow-proxy
11
 
 
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