add this to r2g build
ORESoftware opened this issue · 0 comments
ORESoftware commented
Build time argument to set NODE_ENV ('production'' by default)
ARG NODE_ENV
ENV NODE_ENV ${NODE_ENV:-production}
ORESoftware opened this issue · 0 comments
ARG NODE_ENV
ENV NODE_ENV ${NODE_ENV:-production}