Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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"]
|