You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the above Dockerfile, the language server will generate an error that says Unknown instruction: EXPOS080. However, the instruction is just the first word EXPOS\ so the parsing seems to be a little off here.
$ docker build .
Sending build context to Docker daemon 86.15MB
Error response from daemon: Dockerfile parse error line 2: unknown instruction: EXPOS\
The text was updated successfully, but these errors were encountered:
Given the above Dockerfile, the language server will generate an error that says
Unknown instruction: EXPOS080
. However, the instruction is just the first wordEXPOS\
so the parsing seems to be a little off here.The text was updated successfully, but these errors were encountered: