Skip to content

Commit

Permalink
Add terminating newline to dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfendell-labelbox authored Mar 29, 2024
1 parent 2116670 commit cd8010a
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 @@ -20,4 +20,4 @@ COPY . /usr/src/

RUN python setup.py install
RUN tox -e no
CMD tox -e py -- tests/integration tests/data
CMD tox -e py -- tests/integration tests/data

0 comments on commit cd8010a

Please sign in to comment.