Hy! After the command: docker compose up --build I have issue: errors: [ url-shortener-app | { url-shortener-app | instancePath: '/NODE_ENV', url-shortener-app | schemaPath: '#/properties/NODE_ENV/enum', url-shortener-app | keyword: 'enum', url-shortener-app | params: { url-shortener-app | allowedValues: [ 'development', 'testing', 'production', 'staging' ] url-shortener-app | }, url-shortener-app | message: 'must be equal to one of the allowed values' url-shortener-app | } url-shortener-app | ] In .env file: NODE_ENV=production I not found the problems.... Thx for help!
Hy!
After the command: docker compose up --build
I have issue:
errors: [
url-shortener-app | {
url-shortener-app | instancePath: '/NODE_ENV',
url-shortener-app | schemaPath: '#/properties/NODE_ENV/enum',
url-shortener-app | keyword: 'enum',
url-shortener-app | params: {
url-shortener-app | allowedValues: [ 'development', 'testing', 'production', 'staging' ]
url-shortener-app | },
url-shortener-app | message: 'must be equal to one of the allowed values'
url-shortener-app | }
url-shortener-app | ]
In .env file: NODE_ENV=production
I not found the problems....
Thx for help!