diff --git a/Dockerfile b/Dockerfile index 6d76d94..d22716e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ ENV NODE_ENV=production ENV ASTRO_DB_REMOTE_URL=file:/app/data/consent.db ENV ADMIN_PASSWORD=moreminimore2026!Secure -CMD ["sh", "-c", "mkdir -p /app/data && npx astro preview --host 0.0.0.0 --port 80"] +CMD ["node", "dist/server/entry.mjs"]