LucaR84 commited on
Commit
2189313
·
verified ·
1 Parent(s): b876bd7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,4 +18,5 @@ COPY --chown=user . /app
18
  EXPOSE 7860
19
 
20
  # Run FastAPI with Uvicorn
 
21
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  EXPOSE 7860
19
 
20
  # Run FastAPI with Uvicorn
21
+ CMD ["python", "dns_test.py"]
22
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]