generated from lucxjo/template
Updated Dockerfile to generate prisma data
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
a07e70e039
commit
f290b516d8
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ COPY src ./src
|
|||
COPY tsconfig.json .
|
||||
|
||||
# Build project
|
||||
RUN npx prisma generate
|
||||
RUN npm run build
|
||||
|
||||
## production runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue