Rockk08 commited on
Commit
2c5b70f
·
1 Parent(s): a5fb848

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]