Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -11,6 +11,3 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 14 |
-
git add requirements.txt app.py Dockerfile
|
| 15 |
-
git commit -m "Add application file"
|
| 16 |
-
git push
|
|
|
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|