diff --git a/app.dockerfile b/app.dockerfile index 693addb6..440671e1 100644 --- a/app.dockerfile +++ b/app.dockerfile @@ -25,5 +25,5 @@ RUN chown -R nonroot:nonroot /home/nonroot/client USER nonroot WORKDIR /home/nonroot/client/ui - -ENTRYPOINT [ "npx", "bun", "run", "dev", "--", "--host" ] \ No newline at end of file +RUN npx bun install +ENTRYPOINT [ "npx", "bun", "run", "dev", "--", "--host" ]