Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
RUN apt-get update && apt-get install -y git
|
| 9 |
|
| 10 |
# Clone the repository
|
| 11 |
-
RUN git clone https://github.com/Urlo30/
|
| 12 |
|
| 13 |
|
| 14 |
# Install any needed packages specified in requirements.txt
|
|
|
|
| 8 |
RUN apt-get update && apt-get install -y git
|
| 9 |
|
| 10 |
# Clone the repository
|
| 11 |
+
RUN git clone https://github.com/Urlo30/MammaMia.git .
|
| 12 |
|
| 13 |
|
| 14 |
# Install any needed packages specified in requirements.txt
|