prosma hotfix

This commit is contained in:
Stanislaw
2022-07-02 17:43:12 +02:00
parent 94650da46e
commit eabe9c9f95
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ RUN apt-get -y update
RUN apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
RUN npm install --build-from-source canvas
RUN npm install
CMD ["node", "index.js"]
CMD ["npx", "prisma", "db", "push"]
CMD ["node", "index.js"]