generated from lucxjo/template
Updated Dockerfile
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
f290b516d8
commit
4379c32bc3
|
@ -29,6 +29,7 @@ COPY --from=build-runner /tmp/app/package.json /app/package.json
|
|||
|
||||
# Install dependencies
|
||||
RUN npm install --omit=dev
|
||||
RUN npx prisma generate
|
||||
|
||||
# Move build files
|
||||
COPY --from=build-runner /tmp/app/build /app/build
|
||||
|
|
Loading…
Reference in a new issue