We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb4d7f commit afb0599Copy full SHA for afb0599
README.md
@@ -1,5 +1,14 @@
1
# unsafePerformIO
2
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
12
## Resources
13
14
* [Stacking Your Monads](https://www.youtube.com/watch?v=pzouxmWiemg) - [code](https://github.com/benkolera/talk-stacking-your-monads)
0 commit comments