mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
fix: prisma migrations in docker
i hate prisma so so so so so much
This commit is contained in:
@ -21,11 +21,11 @@ WORKDIR /app
|
||||
|
||||
COPY --from=build-system /build/.output ./app
|
||||
COPY --from=build-system /build/prisma ./prisma
|
||||
COPY --from=build-system /build/package.json .
|
||||
COPY --from=build-system /build/package.json ./
|
||||
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
|
||||
RUN yarn global add prisma@6.6.0
|
||||
|
||||
CMD ["/app/startup/launch.sh"]
|
||||
Reference in New Issue
Block a user