- fixed error in dockerfile

This commit is contained in:
Ross Mountjoy 2020-05-09 12:54:19 -04:00
parent c521b41765
commit c2e06ff7a1

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", "-t 300", "0.0.0.0:5000", "wsgi:app" ]