Kripton12 commited on
Commit
a857d89
·
verified ·
1 Parent(s): b7ba3f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -11,8 +11,6 @@ RUN apt-get update && apt-get install -y git
11
  RUN git clone https://github.com/UrloMythus/LoapTri/
12
 
13
  # Change the working directory to the folder where main.py is located
14
- WORKDIR /app/LoapTri/mediaflow_proxy
15
-
16
  # Install any required Python packages (including mediaflow-proxy)
17
  RUN pip install mediaflow-proxy
18
 
@@ -20,4 +18,4 @@ RUN pip install mediaflow-proxy
20
  EXPOSE 8080
21
 
22
  # Run main.py using Python
23
- CMD ["python", "main.py"]
 
11
  RUN git clone https://github.com/UrloMythus/LoapTri/
12
 
13
  # Change the working directory to the folder where main.py is located
 
 
14
  # Install any required Python packages (including mediaflow-proxy)
15
  RUN pip install mediaflow-proxy
16
 
 
18
  EXPOSE 8080
19
 
20
  # Run main.py using Python
21
+ CMD ["mediaflow-proxy"]