Update file Dockerfile

This commit is contained in:
Lee 2023-01-14 00:36:17 +00:00
parent 269209a1c4
commit 32a7b18c38

@ -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