- fixed error in dockerfile
This commit is contained in:
parent
c2e06ff7a1
commit
7a5309fcf7
@ -16,4 +16,4 @@ COPY [ ".", "/dashmachine/" ]
|
||||
ENV PRODUCTION=true
|
||||
EXPOSE 5000
|
||||
VOLUME /dashmachine/dashmachine/user_data
|
||||
CMD [ "gunicorn", "--bind", "-t 300", "0.0.0.0:5000", "wsgi:app" ]
|
||||
CMD [ "gunicorn", "--bind", "0.0.0.0:5000", "wsgi:app" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user