Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -26,7 +26,6 @@ COPY --chown=user . $HOME/app
|
|
26 |
|
27 |
RUN --mount=type=secret,id=FIREBASE_KEY,mode=0444,required=true \
|
28 |
git config --global init.defaultBranch main && \
|
29 |
-
git init && \
|
30 |
git remote add origin $(cat /run/secrets/FIREBASE_KEY)
|
31 |
|
32 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
26 |
|
27 |
RUN --mount=type=secret,id=FIREBASE_KEY,mode=0444,required=true \
|
28 |
git config --global init.defaultBranch main && \
|
|
|
29 |
git remote add origin $(cat /run/secrets/FIREBASE_KEY)
|
30 |
|
31 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|