Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a506d9f

Browse files
committed
Mo' docker, mo' problems - re #286
1 parent 167d55d commit a506d9f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ COPY project_template/bower.json /opt/django-icekit/project_template/
5757
RUN bower install --allow-root && rm -rf /root/.cache/bower
5858
RUN md5sum bower.json > bower.json.md5
5959

60-
WORKDIR /opt/django-icekit/
60+
WORKDIR /opt/django-icekit/icekit
6161

62-
COPY icekit/bower.json /opt/django-icekit/
62+
COPY icekit/.bowerrc /opt/django-icekit/icekit/
63+
COPY icekit/bower.json /opt/django-icekit/icekit/
6364
RUN bower install --allow-root
6465
RUN md5sum bower.json > bower.json.md5
6566

67+
WORKDIR /opt/django-icekit/
68+
6669
COPY README.rst requirements.txt setup.py /opt/django-icekit/
6770
RUN bash -c 'pip install --no-cache-dir -r <(grep -v setuptools requirements.txt)' # Unpin setuptools dependencies. See: https://github.com/pypa/pip/issues/4264
6871
RUN md5sum requirements.txt > requirements.txt.md5

0 commit comments

Comments
 (0)