imrnh commited on
Commit
89908d3
1 Parent(s): 18a0107

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -14,4 +14,7 @@ ENV HOME=/home/user \
14
 
15
  COPY --chown=user . $HOME/app
16
 
 
 
 
17
  CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "8000"]
 
14
 
15
  COPY --chown=user . $HOME/app
16
 
17
+
18
+ CMD ["ls"]
19
+
20
  CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "8000"]