fix: Add HOST=0.0.0.0 and PORT=80 environment variables for Docker

This commit is contained in:
Kunthawat Greethong
2026-03-09 21:18:40 +07:00
parent a73a22f92a
commit 2287e562dd

View File

@@ -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"]