Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
CHANGELOG.rst is used to create the long description for the package.
  • Loading branch information
jwhitlock committed Aug 27, 2017
1 parent ed95729 commit 78793e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install "django>=1.11,<2.0" psycopg2
RUN mkdir /code
RUN mkdir /feeds

COPY setup.py README.rst /code/
COPY setup.py CHANGELOG.rst README.rst /code/
COPY multigtfs /code/multigtfs
COPY examples/explore /code/examples/explore

Expand Down

0 comments on commit 78793e5

Please sign in to comment.