fix docker containers to work with database

master
Lauren Liberda 2021-07-24 21:45:09 +02:00
parent 948396662b
commit f1dd5e5dc8
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ COPY package.json .
COPY yarn.lock .
RUN yarn install --production --frozen-lockfile
COPY ormconfig.js .
COPY --from=build /app/dist dist
CMD ["yarn", "start:prod"]