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