Took 2 minutes
This commit is contained in:
parent
0cd347714e
commit
24d6eb52f6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user