mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-14 23:05:10 +02:00
Merge branch 'develop'
This commit is contained in:
@@ -54,6 +54,11 @@ mongodb:
|
||||
8. master ブランチに戻す
|
||||
9. enjoy
|
||||
|
||||
11.16.1 (2019/05/19)
|
||||
--------------------
|
||||
### 🐛Fixes
|
||||
* Dockerで起動できない問題を修正
|
||||
|
||||
11.16.0 (2019/05/19)
|
||||
--------------------
|
||||
### 注意
|
||||
|
||||
@@ -39,4 +39,4 @@ COPY --from=builder /misskey/node_modules ./node_modules
|
||||
COPY --from=builder /misskey/built ./built
|
||||
COPY . ./
|
||||
|
||||
CMD ["npm", "migrateandstart"]
|
||||
CMD ["npm", "run", "migrateandstart"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "misskey",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "11.16.0",
|
||||
"version": "11.16.1",
|
||||
"codename": "daybreak",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user