no need to chown the file

This commit is contained in:
Jannis Gebauer 2015-10-24 19:27:04 +02:00
parent fc54af7b15
commit 8fe03fe553

View File

@ -10,7 +10,7 @@ COPY ./requirements /requirements
RUN pip install -r /requirements/local.txt
COPY ./compose/django/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh && chown django /entrypoint.sh
RUN chmod +x /entrypoint.sh
WORKDIR /app