git clone https://github.com/ingoldooo/content-weather-app.git weather-app ---------------------------- Содержимое файла docker-compose.yml: version: '3' services: weather-app: build: context: . args: - VERSION=v2.0 ports: - "8081:3000" environment: - NODE_ENV=production