Convert CMD to JSON notation to make hadolint happy
This commit is contained in:
parent
e00c40d457
commit
a657ff33be
@ -11,5 +11,5 @@ RUN flask db init \
|
||||
&& flask db migrate\
|
||||
&& flask db upgrade
|
||||
|
||||
CMD flask run --host 0.0.0.0
|
||||
CMD [ "flask", "run", "--host", "0.0.0.0" ]
|
||||
EXPOSE 5000
|
||||
|
Reference in New Issue
Block a user