dont need to copy this anymore
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m35s

Took 3 minutes
This commit is contained in:
Braydon 2024-10-09 22:07:40 -04:00
parent 519b688f13
commit 6a2c23229e

View File

@ -34,7 +34,7 @@ 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/docs ./docs
#COPY --from=builder --chown=nextjs:nextjs /usr/src/app/docs ./docs
ENV NODE_ENV production