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

Containerize the application #21

Merged
merged 1 commit into from
Apr 15, 2020
Merged

Containerize the application #21

merged 1 commit into from
Apr 15, 2020

Conversation

MarounMaroun
Copy link
Contributor

This will allow users to convert without any dependencies in Python (or other dependencies that might be needed). For example, converting to XML:

# building - needed only once
$ docker build -t test/pystdf .
# running the container
$ docker run -v <path_to_stdf>:/ind.stdf pystdf/test:latest ./scripts/stdf2xml /ind.stdf

@cmars cmars merged commit 665dd3a into cmars:master Apr 15, 2020
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.

None yet

2 participants