- fixed error in dockerfile

This commit is contained in:
Ross Mountjoy 2020-05-10 09:00:13 -04:00
parent c2e06ff7a1
commit 7a5309fcf7

View File

@ -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" ]