Merge branch 'revert-32a7b18c' into 'main'

Revert "Update file Dockerfile"

See merge request Fascinated/beatsaber-overlay!3
This commit is contained in:
Lee 2023-01-14 00:37:45 +00:00
commit c1b555510a

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