Skip to content

Commit 36bc9c4

Browse files
committed
Copy constants
1 parent 9d14b64 commit 36bc9c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/next-client-app/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ WORKDIR /app
1818
RUN addgroup --system --gid 1001 nodejs \
1919
&& adduser --system --uid 1001 nextjs
2020

21-
# Copy only whats needed for runtime
21+
# Copy only what's needed for runtime
2222
COPY --from=builder /app/node_modules ./node_modules
2323
COPY --from=builder /app/package.json ./package.json
2424
COPY --from=builder /app/.next ./.next
2525
COPY --from=builder /app/public ./public
2626
COPY --from=builder /app/next.config.js ./next.config.js
27+
COPY --from=builder /app/constants ./constants
2728

2829
USER nextjs
2930

0 commit comments

Comments
 (0)