Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -14,10 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
14 |
|
15 |
RUN useradd -m -u 1000 user
|
16 |
|
17 |
-
USER root
|
18 |
-
|
19 |
RUN --mount=type=secret,id=FIREBASE_KEY,mode=0444,required=true \
|
20 |
-
apt-get install -y git && \
|
21 |
git init && \
|
22 |
git remote add origin $(cat /run/secrets/FIREBASE_KEY)
|
23 |
|
|
|
14 |
|
15 |
RUN useradd -m -u 1000 user
|
16 |
|
|
|
|
|
17 |
RUN --mount=type=secret,id=FIREBASE_KEY,mode=0444,required=true \
|
|
|
18 |
git init && \
|
19 |
git remote add origin $(cat /run/secrets/FIREBASE_KEY)
|
20 |
|