Skip to content

Improve docs to include simple 2-liner to run Tox using Docker. #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wjlow
Copy link

@wjlow wjlow commented Apr 4, 2018

No description provided.

@MarSoft
Copy link

MarSoft commented Jun 15, 2019

I think we should not mount directory to /app but rather mount it to /src. The /docker-entrypoint.sh script copies everything except for dot directories from /src to /app, then it chowns /app and runs tox over it. We don't want to chown in our real filesytstem (and sometimes we won't be able to do it anyway), so we want to mount our source to /src instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants