Spaces:
Runtime error
Runtime error
rajeshradhakrishnan
commited on
Commit
•
7c72cd0
1
Parent(s):
b41ecfc
English-Malayalam Translate v33
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -32,4 +32,6 @@ RUN --mount=type=secret,id=API_KEY,mode=0444,required=true \
|
|
32 |
|
33 |
RUN echo "const API_KEY = '${API_KEY}';" > $HOME/app/static/config.js
|
34 |
|
|
|
|
|
35 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
32 |
|
33 |
RUN echo "const API_KEY = '${API_KEY}';" > $HOME/app/static/config.js
|
34 |
|
35 |
+
RUN cat $HOME/app/static/config.js
|
36 |
+
|
37 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|