Copy the correct file, should be stage not live
This commit is contained in:
parent
f837f2229b
commit
36b553fc02
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue