FROM cloudron/base:0.10.0 MAINTAINER jjk EXPOSE 3000 RUN git clone https://github.com/superdesk/superdesk.git RUN cd superdesk/server RUN pip install -r requirements.txt RUN python manage.py app:initialize_data RUN python manage.py users:create -u admin -p admin -e 'admin@example.com' --admin RUN honcho start # if you need some data RUN python manage.py app:prepopulate