Consider the Dockerfile :
Dockerfile :
FROM node:14 COPY . /app RUN npm i RUN npm run build_database_migrations <<<<======