poppy89 commited on
Commit
ac46d45
·
verified ·
1 Parent(s): 7700e77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ WORKDIR /app
12
 
13
  # Clona il repository GitHub
14
  RUN git clone https://github.com/nzo66/tvproxy .
 
15
 
16
  # Installa le dipendenze
17
  RUN pip install --upgrade pip
 
12
 
13
  # Clona il repository GitHub
14
  RUN git clone https://github.com/nzo66/tvproxy .
15
+ COPY . .
16
 
17
  # Installa le dipendenze
18
  RUN pip install --upgrade pip