Update Dockerfile
This commit is contained in:
parent
5225139284
commit
23a257ed86
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue