# Simple docker file example

## Instructions

To build the image:

```sh
docker build -t sample-image .
```

To run the container:

```sh
docker run sample-image
```
