mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@ -26,6 +26,6 @@ COPY --from=build-system /build/build ./startup
|
||||
|
||||
# OpenSSL as a dependency for Drop (TODO: seperate build environment)
|
||||
RUN apt-get update -y && apt-get install -y openssl
|
||||
RUN yarn global add prisma@6.6.0
|
||||
RUN yarn global add prisma@6.7.0
|
||||
|
||||
CMD ["/app/startup/launch.sh"]
|
||||
Reference in New Issue
Block a user