Spaces:
Runtime error
Runtime error
krunakuamar
commited on
Commit
•
aba6135
1
Parent(s):
2cbce6f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,6 +39,6 @@ COPY ./requirements.txt ./requirements.txt
|
|
39 |
RUN pip install -r ./requirements.txt
|
40 |
|
41 |
RUN --mount=type=secret,id=SECRET,mode=0444,required=true \
|
42 |
-
|
43 |
|
44 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
39 |
RUN pip install -r ./requirements.txt
|
40 |
|
41 |
RUN --mount=type=secret,id=SECRET,mode=0444,required=true \
|
42 |
+
cat /run/secrets/SECRET > /test
|
43 |
|
44 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|