joaomaia commited on
Commit
1666232
·
1 Parent(s): 15914fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
23
  COPY . .
24
 
25
  # Comando a ser executado quando o contêiner for iniciado
26
- CMD ["python", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "*"]
27
 
28
  RUN mkdir /.cache
29
  RUN chmod 777 /.cache
 
23
  COPY . .
24
 
25
  # Comando a ser executado quando o contêiner for iniciado
26
+ CMD ["python", "serve", "./app.py", "--address", "0.0.0.0", "--port", "7860", "*"]
27
 
28
  RUN mkdir /.cache
29
  RUN chmod 777 /.cache