diff --git a/Dockerfile b/Dockerfile index e97697dd..a17ca429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,8 @@ LABEL org.opencontainers.image.description "Lysand Server docker image" # run the app USER bun +# CD to app +WORKDIR /app RUN bunx prisma generate # Remove Node USER root