Skip to content

Commit

Permalink
docs: simple docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Aug 21, 2024
1 parent fe5836a commit e6e63c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,21 @@ Then run:
RUSTFLAGS="-C target-cpu=native" cargo run --release
```

### Docker

Experimental Docker support is available.
The image is currently not published anywhere, but you can use the following command to build it:

```shell
docker build . -t pumpkin
```

To run it use the following command:

```shell
docker run --rm -v "./world:/pumpkin/world" pumpkin
```

## Contributions

Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
Expand Down

0 comments on commit e6e63c6

Please sign in to comment.