Skip to content

Commit

Permalink
Add missing line to client dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Oct 26, 2023
1 parent 9a40250 commit f0c8724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=build --chown=nextjs:nodejs /app/.next ./.next
COPY --from=build --chown=nextjs:nodejs /app/entrypoint.sh ./entrypoint.sh
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/public ./public
COPY --from=build /app/package.json ./package.json
COPY --from=build /app/index.js ./index.js
COPY --from=build /app/.env.local ./.env.local
Expand Down

0 comments on commit f0c8724

Please sign in to comment.