Updated for Matrix
Corrected copy to clipboard
This commit is contained in:
parent
b45268b2c5
commit
06cc898770
10 changed files with 18 additions and 7 deletions
|
|
@ -28,6 +28,7 @@ RUN adduser -S nextjs -u 1001
|
|||
|
||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||
COPY --from=builder /app/next.config.js ./
|
||||
COPY --from=builder /app/next-i18next.config.js ./
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue