diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index 0dfc31d..039c36a 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -19,7 +19,7 @@ COPY package.json pnpm-lock.yaml ./ RUN pnpm install --frozen-lockfile --prod COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public -COPY --from=builder /app/next.config.js ./ +COPY --from=builder /app/next.config.ts ./ EXPOSE 3000 CMD ["pnpm", "start"] \ No newline at end of file