feat: specify NODE_ENV in api build (prod stage) (#971)

This commit is contained in:
Warren 2025-07-03 15:39:39 -07:00 committed by GitHub
parent 52ca1823a4
commit 808145b623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/api": patch
---
feat: specify NODE_ENV in api build (prod stage)

View file

@ -37,6 +37,7 @@ FROM node:22.16.0-alpine AS prod
ARG CODE_VERSION
ENV CODE_VERSION=$CODE_VERSION
ENV NODE_ENV production
ARG PORT