Fixed valdiation errors
This commit is contained in:
@@ -7,8 +7,7 @@ RUN bun i --frozen-lockfile
|
||||
COPY . .
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV NODE_ENV=production
|
||||
ENV DOCKER=1
|
||||
RUN bun run build
|
||||
RUN DOCKER=1 bun run build
|
||||
|
||||
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs && chown -R nextjs:nodejs .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user