🚧 Dockerfile nearly finished
This commit is contained in:
parent
1977117dde
commit
c8ef44016e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ COPY prisma ./prisma/
|
|||
# Install app dependencies
|
||||
RUN npm install
|
||||
|
||||
RUN npx prisma migrate deploy
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue