Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -45,7 +45,6 @@ COPY librechat.yaml /app/librechat.yaml
|
|
45 |
COPY tests.py /app/tests.py
|
46 |
COPY streamlit_app.py /app/streamlit_app.py
|
47 |
COPY gradio_file.py /app/gradio_file.py
|
48 |
-
COPY .env /app/.env
|
49 |
# RUN rm -rf /app/api/server/services/Files/Local/crud.js
|
50 |
# COPY crud.js /app/api/server/services/Files/Local/crud.js
|
51 |
WORKDIR /app
|
|
|
45 |
COPY tests.py /app/tests.py
|
46 |
COPY streamlit_app.py /app/streamlit_app.py
|
47 |
COPY gradio_file.py /app/gradio_file.py
|
|
|
48 |
# RUN rm -rf /app/api/server/services/Files/Local/crud.js
|
49 |
# COPY crud.js /app/api/server/services/Files/Local/crud.js
|
50 |
WORKDIR /app
|