"ENV key=value" should be used instead of legacy "ENV key value" format
This commit is contained in:
parent
2eb8cadfc6
commit
7f5c7586f0
|
|
@ -17,5 +17,5 @@ COPY migrations ./migrations
|
|||
RUN chmod +x start.sh
|
||||
ENV FLASK_APP=rifaserver.app
|
||||
ENV GUNICORN_BIND=:5000
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
CMD ["./start.sh"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue