rcjsuen / dockerfile-language-server

A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
MIT License
377 stars 15 forks source link

failed to build: Invalid containerPort: #235

Closed nikhilgupta00008 closed 5 years ago

nikhilgupta00008 commented 5 years ago

I am trying to setup docker using Env variables it is giving me a Invalid containerport error. but if i am working with same file with hardcoded values it is working fine. Please find attached docker , docker-compose and env files

Dockerfile.zip

rcjsuen commented 5 years ago

Hi, @nikhilgupta00008. Thank you very much for your bug report. Based on your files, I have pinpointed the error and have opened up rcjsuen/dockerfile-utils#57 to address this.