Skip to content

Commit

Permalink
Changed way the service initialized to use gunicorn.
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerjacobsen committed Aug 8, 2017
1 parent abe329a commit 2a939d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN set -x \
&& wget --no-check-certificate -O /tmp/panel-src.zip https://github.com/daspanel/panel/archive/master.zip \
&& unzip -o -d /tmp /tmp/panel-src.zip \
&& mv /tmp/panel-master/daspanel_web ${INSTALL_PATH}/. \
&& mv /tmp/panel-master/config.py /tmp/panel-master/wsgi.py /tmp/panel-master/requirements.txt ${INSTALL_PATH}/. \
&& mv /tmp/panel-master/requirements.txt ${INSTALL_PATH}/. \

# Install pip packages needed by the software
&& sh /opt/daspanel/bootstrap/${DASPANEL_OS_VERSION}/${DASPANEL_IMG_NAME}/20_pip${PYTHON_VERSION}_install "-r ${INSTALL_PATH}/requirements.txt " \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN set -x \
&& wget --no-check-certificate -O /tmp/panel-src.zip https://github.com/daspanel/panel/archive/master.zip \
&& unzip -o -d /tmp /tmp/panel-src.zip \
&& mv /tmp/panel-master/daspanel_web ${INSTALL_PATH}/. \
&& mv /tmp/panel-master/config.py /tmp/panel-master/wsgi.py /tmp/panel-master/requirements.txt ${INSTALL_PATH}/. \
&& mv /tmp/panel-master/requirements.txt ${INSTALL_PATH}/. \

# Install pip packages needed by the software
&& sh /opt/daspanel/bootstrap/${DASPANEL_OS_VERSION}/${DASPANEL_IMG_NAME}/20_pip${PYTHON_VERSION}_install "-r ${INSTALL_PATH}/requirements.txt " \
Expand Down

0 comments on commit 2a939d7

Please sign in to comment.