mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed docker build for Prisma.
This commit is contained in:
parent
dc9b1dc446
commit
10239fefcd
@ -37,7 +37,7 @@ RUN adduser --system --uid 1001 nextjs
|
|||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache curl \
|
&& apk add --no-cache curl \
|
||||||
&& yarn add npm-run-all dotenv prisma semver
|
&& yarn add npm-run-all dotenv semver prisma@5.17.0
|
||||||
|
|
||||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||||
COPY --from=builder /app/next.config.js .
|
COPY --from=builder /app/next.config.js .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user