Add HOST environment variable to Dockerfile

This commit is contained in:
James Tufarelli 2025-12-15 10:17:23 -08:00 committed by GitHub
parent 626596b192
commit 0d25ccbfb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ COPY --from=build-server ${NUSQLITE3_PATH} ${NUSQLITE3_PATH}
EXPOSE 80
ENV PORT=80
ENV HOST=0.0.0.0
ENV NODE_ENV=production
ENV CONFIG_PATH="/config"
ENV METADATA_PATH="/metadata"