mirror of
https://github.com/duongcamcute/tech-gadget-manager.git
synced 2026-06-27 22:36:08 +00:00
Fix: Add missing FROM base AS runner to fix circular dependency
This commit is contained in:
@@ -23,6 +23,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||
RUN npm run build
|
||||
|
||||
# Production image, copy all the files and run next
|
||||
FROM base AS runner
|
||||
# Install OpenSSL (required for Prisma) and Prisma CLI globally directly as root
|
||||
# Install su-exec for user switching
|
||||
RUN apk add --no-cache openssl su-exec && \
|
||||
|
||||
Reference in New Issue
Block a user