Rockk08 commited on
Commit
08ef9b3
·
1 Parent(s): 757f569

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,6 +26,6 @@ COPY --chown=user . $HOME/app
26
 
27
  RUN --mount=type=secret,id=FIREBASE_KEY,mode=0444,required=true \
28
  git init && \
29
- git remote add origin $(cat /run/secrets/FIREBASE_KEY)
30
 
31
  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 init && \
29
+ git remote add master $(cat /run/secrets/FIREBASE_KEY)
30
 
31
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]