Skip to content

Commit afb0599

Browse files
committed
added some info to readme
1 parent 0bb4d7f commit afb0599

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# unsafePerformIO
22

3+
```
4+
docker build -t wilfreddenton/unsafe-perform-io:1.0.1 .
5+
6+
docker run -d -p 8080:8080 \
7+
--name unsafe-perform-io \
8+
--mount type=bind,source=/root/db,target=/db \
9+
wilfreddenton/unsafe-perform-io:1.0.1
10+
```
11+
312
## Resources
413

514
* [Stacking Your Monads](https://www.youtube.com/watch?v=pzouxmWiemg) - [code](https://github.com/benkolera/talk-stacking-your-monads)

0 commit comments

Comments
 (0)