diff --git a/Dockerfile b/Dockerfile index f42c762..959e8ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static COPY --from=builder --chown=nextjs:nodejs /app/public ./.next/static -RUN npm i -g @beam-australia/react-env +RUN yarn add -g @beam-australia/react-env RUN chown -R nextjs:nodejs /app