From 57ed52ab57e881ffa1097b4e3b1a15dc899170a1 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 17 Jan 2024 12:57:38 +0100 Subject: [PATCH] dfydligyduhgfyldsfghkygrhr --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 955dbfb..05fe604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ COPY . . ENV NEXT_TELEMETRY_DISABLED 1 -ENV CREDENTIALS_DB_PATH=balls RUN npm run build # Production image, copy all the files and run next @@ -58,4 +57,4 @@ ENV HOSTNAME "0.0.0.0" # server.js is created by next build from the standalone output # https://nextjs.org/docs/pages/api-reference/next-config-js/output -CMD ["node", "start"] \ No newline at end of file +CMD ["node", "server.js"] \ No newline at end of file