🚧 Dockerfile nearly finished

This commit is contained in:
Axel Olausson Holtenäs 2022-10-23 18:04:21 +02:00
parent 1977117dde
commit c8ef44016e
No known key found for this signature in database
GPG key ID: BEDBB4D61E6C8462

View file

@ -10,6 +10,8 @@ COPY prisma ./prisma/
# Install app dependencies
RUN npm install
RUN npx prisma migrate deploy
COPY . .
RUN npm run build