Skip to content
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

fix dockerize when passing path of setup.py #107

Merged
merged 3 commits into from
Jun 5, 2019
Merged

Conversation

kyocum
Copy link
Owner

@kyocum kyocum commented Jun 5, 2019

Issue: dockerizer makefile would cd into setup.py directory, and then used relative path to find setup.py,
Fix: Update makefile so it only cd's into path, then run python setup.py without relative path.

Addition: Updated run so that running a local container has no-push and no-pull on by default. And also added push and pull arguments for when running locally.

@kyocum kyocum merged commit f2068b7 into develop Jun 5, 2019
@kyocum kyocum deleted the kyocum/dockerizer_fix branch June 5, 2019 22:33
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.

1 participant