Docker with Node.js: Build, Run, and Manage Containers

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 1

  • @gootibi
    @gootibi 2 місяці тому

    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!