test
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 7s

Took 2 minutes
This commit is contained in:
Braydon 2024-10-09 17:00:58 -04:00
parent 0cd347714e
commit 24d6eb52f6

View File

@ -33,7 +33,7 @@ COPY --from=builder --chown=nextjs:nextjs /usr/src/app/.next ./.next
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/public ./public
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/next.config.mjs ./next.config.mjs
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/package.json ./package.json
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/config.json ./config.json
#COPY --from=builder --chown=nextjs:nextjs /usr/src/app/config.json ./config.json
ENV NODE_ENV production