From 36b553fc020ad8f5ed96b76775b4129e2f9e3ced Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sun, 26 Feb 2017 11:11:16 +0000 Subject: [PATCH] Copy the correct file, should be stage not live --- compose/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django/Dockerfile b/compose/django/Dockerfile index 2a02570..a3d19d2 100644 --- a/compose/django/Dockerfile +++ b/compose/django/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir -p /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 /stage-gunicorn-mhackspace.sh +COPY ./compose/django/stage-gunicorn-mhackspace.sh /stage-gunicorn-mhackspace.sh COPY ./compose/django/entrypoint.sh /entrypoint.sh RUN sed -i 's/\r//' /entrypoint.sh \ && sed -i 's/\r//' /stage-gunicorn-mhackspace.sh \