nhathuy07 commited on
Commit
5c9c3a6
·
verified ·
1 Parent(s): 23b4e40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . $HOME/app
26
 
27
  RUN mkdir nltk_data
28
 
29
- CMD ["redis-server", "&", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8"]
 
26
 
27
  RUN mkdir nltk_data
28
 
29
+ CMD ["redis-server &", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8"]