playmak3r commited on
Commit
52b5c55
·
1 Parent(s): 0918914

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,5 +12,7 @@ WORKDIR /app
12
  RUN pip install --no-cache-dir -r /app/requirements.txt
13
  RUN python /app/setup.py -download
14
 
 
15
  # Comando para executar o script Python
16
  CMD ["python", "app.py"]
 
 
12
  RUN pip install --no-cache-dir -r /app/requirements.txt
13
  RUN python /app/setup.py -download
14
 
15
+ EXPOSE 8080
16
  # Comando para executar o script Python
17
  CMD ["python", "app.py"]
18
+