Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
| 7 |
RUN apt-get update && apt-get install -y git
|
| 8 |
|
| 9 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 10 |
-
git clone https://$(cat /run/secrets/GITHUB_TOKEN)github.com/DiogoMiguel93/Toast-Ratings.git /app || true
|
| 11 |
|
| 12 |
# Install any needed packages specified in requirements.txt
|
| 13 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 7 |
RUN apt-get update && apt-get install -y git
|
| 8 |
|
| 9 |
RUN --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
|
| 10 |
+
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/DiogoMiguel93/Toast-Ratings.git /app || true
|
| 11 |
|
| 12 |
# Install any needed packages specified in requirements.txt
|
| 13 |
RUN pip install --no-cache-dir -r requirements.txt
|