Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,6 +16,6 @@ COPY --chown=user . /app
|
|
| 16 |
|
| 17 |
# RUN curl https://www.duckdns.org/update?domains=chikichiki&token=60d3e998-7fe7-4314-9a5b-c8e8811bb730&verbose=true
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
CMD ["sh", "-c", "curl https://www.duckdns.org/update?domains=chikichiki&token=60d3e998-7fe7-4314-9a5b-c8e8811bb730&verbose=true && uvicorn app:app --host 0.0.0.0 --port 7860"]
|
|
|
|
| 16 |
|
| 17 |
# RUN curl https://www.duckdns.org/update?domains=chikichiki&token=60d3e998-7fe7-4314-9a5b-c8e8811bb730&verbose=true
|
| 18 |
|
| 19 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 20 |
|
| 21 |
+
# CMD ["sh", "-c", "curl https://www.duckdns.org/update?domains=chikichiki&token=60d3e998-7fe7-4314-9a5b-c8e8811bb730&verbose=true && uvicorn app:app --host 0.0.0.0 --port 7860"]
|