fix: docker script

This commit is contained in:
Pitu 2021-06-20 03:54:45 +09:00
parent 065c5221a0
commit 740666012c
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ COPY --from=ffmpeg /usr/local /usr/local
COPY . .
RUN mkdir uploads && mkdir database
CMD ["sh", "-c", "npm run migrate && npm run seed && npm run build && npm start"]
CMD ["sh", "-c", "npm run migrate && npm run seed && npm start"]