Skip to content

Commit

Permalink
fix: explicit install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed Dec 17, 2023
1 parent 3251ddc commit c2855cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ COPY --from=build /app/libs/lov-db/src/generated/client/libquery_engine-debian-o
COPY --from=build /app/litefs.yml /app/litefs.yml

RUN yarn add prisma@^5
RUN npx playwright install --with-deps firefox
RUN npx playwright install
RUN npx playwright install-deps

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
Expand Down

0 comments on commit c2855cf

Please sign in to comment.