Arts-of-coding commited on
Commit
1bfff3c
1 Parent(s): 03f0d8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -64,9 +64,9 @@ RUN chmod +x ./mount-blobfuse.sh
64
  USER root
65
  CMD ./mount-blobfuse.sh
66
 
67
- USER user
68
 
69
  # How the docker app will run
70
  #ENTRYPOINT ["/bin/bash", "-c", "/mount-blobfuse.sh; exec $SHELL"]
71
 
72
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]
 
64
  USER root
65
  CMD ./mount-blobfuse.sh
66
 
67
+ #USER user
68
 
69
  # How the docker app will run
70
  #ENTRYPOINT ["/bin/bash", "-c", "/mount-blobfuse.sh; exec $SHELL"]
71
 
72
+ #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]