Update Dockerfile
Browse files- 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
|