Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
d74e31f6b6
1 changed files with 8 additions and 1 deletions
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -1,3 +1,10 @@
 # mastodon
 
-微社区
+微社区
+
+## Usage
+
+docker 部署:
+```
+docker-compose run --rm -e SKIP_POST_DEPLOYMENT_MIGRATIONS=true web bundle exec rails db:migrate
+```