Compare commits

...

3 Commits

Author SHA1 Message Date
syuilo 7fade8939d Merge branch 'develop' 2019-05-19 03:22:41 +09:00
syuilo daa557f6a3 11.16.1 2019-05-19 03:22:26 +09:00
syuilo 23a257ed86 Update Dockerfile 2019-05-19 03:21:39 +09:00
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -54,6 +54,11 @@ mongodb:
8. master ブランチに戻す
9. enjoy
11.16.1 (2019/05/19)
--------------------
### 🐛Fixes
* Dockerで起動できない問題を修正
11.16.0 (2019/05/19)
--------------------
### 注意
+1 -1
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "11.16.0",
"version": "11.16.1",
"codename": "daybreak",
"repository": {
"type": "git",