fix: Add HOST=0.0.0.0 and PORT=80 environment variables for Docker
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user