Update Dockerfile

This commit is contained in:
syuilo 2019-05-19 03:21:39 +09:00
parent 5225139284
commit 23a257ed86
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

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"]