summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 9f09811..7e944af 100644
--- a/readme.md
+++ b/readme.md
@@ -5,4 +5,13 @@
```
npx tailwindcss -i ./templates/style.css -o ./static/style.css --watch
-``` \ No newline at end of file
+```
+# run
+```
+docker run -itd \
+ --name yetsam \
+ --restart always \
+ -p 8000:8000 \
+ -v ./static:/app/static \
+ yetsam
+```