ashwinR commited on
Commit
316a52b
·
1 Parent(s): c8304d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ COPY ./ .
34
 
35
  EXPOSE 7860
36
 
37
- CMD ["gunicorn", "main:app", "-w", "4", "--bind", 127.0.0.1:7860"]
 
34
 
35
  EXPOSE 7860
36
 
37
+ CMD ["gunicorn", "main:app", "-w", "4", "--bind", "127.0.0.1:7860"]