From be7f49f25ed127938b70fa9115880825b64442ed Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 14 Jan 2023 00:37:39 +0000 Subject: [PATCH] Revert "Update file Dockerfile" This reverts commit 32a7b18c38fa2b8a5dcd9ce2a88e5ce383ad0a26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 959e8ab..f42c762 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 yarn add -g @beam-australia/react-env +RUN npm i -g @beam-australia/react-env RUN chown -R nextjs:nodejs /app