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

Add a Dockerfile so we can build a Docker image #7

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

wesley-dean-flexion
Copy link
Contributor

This adds a Dockerfile so that we can build an image of yj for use in a
container. To build:

docker build -t yj .

To run:

docker run --rm -i yj -yj - < file.yaml > file.json

This adds a Dockerfile so that we can build an image of yj for use in a
container.  To build:

```sh
docker build -t yj .
```

To run:

```sh
docker run --rm -i yj -yj - < file.yaml > file.json
```
@wesley-dean-flexion wesley-dean-flexion mentioned this pull request Nov 14, 2019
@sclevine sclevine merged commit 8d28461 into sclevine:master Dec 12, 2019
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