chore(workspace): change compose & dockerfile

This commit is contained in:
Vladimir Drayling 2025-03-28 15:55:36 +01:00
parent 9c0d838b1a
commit 9fd420cddd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ENV NEXT_PUBLIC_ENV_VARIABLE=${NEXT_PUBLIC_ENV_VARIABLE}
# ENV NEXT_TELEMETRY_DISABLED 1 # ENV NEXT_TELEMETRY_DISABLED 1
# Build Next.js based on the preferred package manager # Build Next.js based on the preferred package manager
RUN bun build RUN bun run build
# Note: It is not necessary to add an intermediate step that does a full copy of `node_modules` here # Note: It is not necessary to add an intermediate step that does a full copy of `node_modules` here