Fix dynamic build
This commit is contained in:
@ -24,7 +24,7 @@ ARG BETTER_AUTH_SECRET
|
|||||||
ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET
|
ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET
|
||||||
|
|
||||||
# Copy the rest of the code
|
# Copy the rest of the code
|
||||||
RUN bun run build
|
RUN bun run build -d
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
|||||||
Reference in New Issue
Block a user