FROM, ARG or comment.
Description
A Dockerfile must begin with aFROM instruction, an ARG instruction, or a comment. Any other instruction before FROM will cause a build error.
Invalid instruction order. Dockerfile must begin with FROM, ARG or comment.
FROM, ARG or comment.
FROM instruction, an ARG instruction, or a comment. Any other instruction before FROM will cause a build error.