comment NODE_ENV="production" because of error with "yarn install

--production=false ..."
This commit is contained in:
clauspeterhuebner 2024-11-20 22:32:37 +01:00
parent f57cde981b
commit 781ae689ad
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"