final fix?
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m57s

This commit is contained in:
2025-12-05 20:14:37 -05:00
parent 92ada9b885
commit 574eba30b4

View File

@@ -13,8 +13,6 @@ RUN corepack enable yarn && yarn build
# Stage 3: Production server
ENV NODE_ENV=production
COPY /app/.next/standalone ./
COPY /app/.next/static ./.next/static
EXPOSE 3000
CMD ["yarn", "start"]