diff --git a/frontend/entrypoint.sh b/frontend/entrypoint.sh index e3ec2e8..b838896 100644 --- a/frontend/entrypoint.sh +++ b/frontend/entrypoint.sh @@ -1,3 +1,3 @@ -#!/bin/sh +#!/bin/bash echo "NEXT_PUBLIC_BACKEND_URL: $NEXT_PUBLIC_BACKEND_URL" exec node server.js diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 2885d37..61ab14e 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -1,7 +1,5 @@ import type { NextConfig } from "next"; -console.log("NEXT_PUBLIC_BACKEND_URL", process.env.NEXT_PUBLIC_BACKEND_URL); - const nextConfig: NextConfig = { output: "standalone", env: {