diff --git a/Dockerfile b/Dockerfile index d22716e..e12ba16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,7 @@ EXPOSE 80 ENV NODE_ENV=production ENV ASTRO_DB_REMOTE_URL=file:/app/data/consent.db ENV ADMIN_PASSWORD=moreminimore2026!Secure +ENV HOST=0.0.0.0 +ENV PORT=80 CMD ["node", "dist/server/entry.mjs"]