ManiAz09 commited on
Commit
2cf0a6a
·
verified ·
1 Parent(s): 3c84f0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # 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"]
 
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"]