ORESoftware/typescript-library-skeleton

add this to r2g build

ORESoftware opened this issue · 0 comments

Build time argument to set NODE_ENV ('production'' by default)

ARG NODE_ENV

ENV NODE_ENV ${NODE_ENV:-production}