about summary refs log tree commit diff
path: root/README.md
blob: dabd151c80ed42ae8a6ac50785de7ea4b8607aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Map of chaosdorf

Copy of this project from blinry: https://github.com/blinry/map.recurse.com

(might fork later and put the code into the forked repository, this is just a test)

## Docker

Build the image:

```
$ docker build -t chaosdorf-map .

```

Run:

```
$ docker run -p 8765:8765 chaosdorf-map
```