mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
feat: specify NODE_ENV in api build (prod stage) (#971)
This commit is contained in:
parent
52ca1823a4
commit
808145b623
2 changed files with 6 additions and 0 deletions
5
.changeset/poor-cats-reflect.md
Normal file
5
.changeset/poor-cats-reflect.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
feat: specify NODE_ENV in api build (prod stage)
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue