update IoT cloud demo (#876)

* update IoT APP store demo

* update IoT app store apps

* update IoT cloud demo document

* [Cloud demo] mount app store between two dockers

* [Cloud demo] update restart policy

* [Cloud demo] update help page

* [Cloud demo] update online demo address
This commit is contained in:
Xu Jun
2021-12-07 20:19:23 +08:00
committed by GitHub
parent 56ae28bb32
commit b9fd8f916b
20 changed files with 70 additions and 19 deletions

View File

@ -0,0 +1,9 @@
FROM python:3.5
WORKDIR /app
ADD . /app
RUN pip install django
ENTRYPOINT ["python", "manage.py", "runserver", "0.0.0.0:80"]