Merge branch 'develop'

This commit is contained in:
syuilo 2019-05-19 03:22:41 +09:00
commit 7fade8939d
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
3 changed files with 7 additions and 2 deletions

View File

@ -54,6 +54,11 @@ mongodb:
8. master ブランチに戻す 8. master ブランチに戻す
9. enjoy 9. enjoy
11.16.1 (2019/05/19)
--------------------
### 🐛Fixes
* Dockerで起動できない問題を修正
11.16.0 (2019/05/19) 11.16.0 (2019/05/19)
-------------------- --------------------
### 注意 ### 注意

View File

@ -39,4 +39,4 @@ COPY --from=builder /misskey/node_modules ./node_modules
COPY --from=builder /misskey/built ./built COPY --from=builder /misskey/built ./built
COPY . ./ COPY . ./
CMD ["npm", "migrateandstart"] CMD ["npm", "run", "migrateandstart"]

View File

@ -1,7 +1,7 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "11.16.0", "version": "11.16.1",
"codename": "daybreak", "codename": "daybreak",
"repository": { "repository": {
"type": "git", "type": "git",