Spaces:
Runtime error
Runtime error
Damien Benveniste
commited on
Commit
•
f1e8e34
1
Parent(s):
474131a
changed docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,5 +17,5 @@ RUN --mount=type=secret,id=PINECONE_API_KEY,mode=0444,required=true \
|
|
17 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true \
|
18 |
cat /run/secrets/OPENAI_API_KEY > /app/test
|
19 |
|
20 |
-
COPY --chown=user
|
21 |
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
17 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true \
|
18 |
cat /run/secrets/OPENAI_API_KEY > /app/test
|
19 |
|
20 |
+
COPY --chown=user ./app /app
|
21 |
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|