From 32a7b18c38fa2b8a5dcd9ce2a88e5ce383ad0a26 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 14 Jan 2023 00:36:17 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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