Skip to content

Commit

Permalink
test: moving redis directly
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojmarti committed Apr 27, 2023
1 parent 9fe8e54 commit b6c95ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN adduser --system --uid 1001 nextjs

# Copy Next configuration files to runner
COPY --from=builder --chown=nextjs:nodejs /app/projects/wp-nextjs/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/projects/wp-nextjs/.next/standalone/packages/next-redis-cache-provider ./
COPY --from=builder --chown=nextjs:nodejs /app/projects/wp-nextjs/.next/server ./projects/wp-nextjs/.next/server
COPY --from=builder --chown=nextjs:nodejs /app/projects/wp-nextjs/.next/static ./projects/wp-nextjs/.next/static

Expand Down

0 comments on commit b6c95ac

Please sign in to comment.