Copy the correct file, should be stage not live

This commit is contained in:
Oliver Marks 2017-02-26 11:11:16 +00:00
parent f837f2229b
commit 36b553fc02
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN mkdir -p /var/log/gunicorn/ \
&& chmod -R 770 /var/log/gunicorn/ && chmod -R 770 /var/log/gunicorn/
COPY ./compose/django/live-gunicorn-mhackspace.sh /live-gunicorn-mhackspace.sh COPY ./compose/django/live-gunicorn-mhackspace.sh /live-gunicorn-mhackspace.sh
COPY ./compose/django/live-gunicorn-mhackspace.sh /stage-gunicorn-mhackspace.sh COPY ./compose/django/stage-gunicorn-mhackspace.sh /stage-gunicorn-mhackspace.sh
COPY ./compose/django/entrypoint.sh /entrypoint.sh COPY ./compose/django/entrypoint.sh /entrypoint.sh
RUN sed -i 's/\r//' /entrypoint.sh \ RUN sed -i 's/\r//' /entrypoint.sh \
&& sed -i 's/\r//' /stage-gunicorn-mhackspace.sh \ && sed -i 's/\r//' /stage-gunicorn-mhackspace.sh \