Skip to content

Commit

Permalink
Include *.txt in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 22, 2020
1 parent d69ff80 commit c7fa070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ USER tox
COPY --chown=tox:tox *.py /src/
COPY --chown=tox:tox README.rst /src
COPY --chown=tox:tox MANIFEST.in /src
COPY --chown=tox:tox *.txt /src/
COPY --chown=tox:tox omero /src/omero
COPY --chown=tox:tox omeroserver /src/omeroserver
WORKDIR /src
Expand Down

0 comments on commit c7fa070

Please sign in to comment.