undo previous commit: NODE_ENV comment

This commit is contained in:
clauspeterhuebner 2024-11-20 22:55:35 +01:00
parent 781ae689ad
commit c7dee96f84
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ ENV BUILD_VERSION="0.0.0.0"
## We cannot do `$(git rev-parse --short HEAD)` here so we default to 0000000
ENV BUILD_COMMIT="0000000"
## SET NODE_ENV
# ARG NODE_ENV="production"
ARG NODE_ENV="production"
## App relevant Envs
ENV PORT="8080"

View File

@ -13,7 +13,7 @@ ENV BUILD_VERSION="0.0.0.0"
## We cannot do `$(git rev-parse --short HEAD)` here so we default to 0000000
ENV BUILD_COMMIT="0000000"
## SET NODE_ENV
#ENV NODE_ENV="production"
ENV NODE_ENV="production"
## App relevant Envs
ENV PORT="4000"