Update Dockerfile handling to keep parser directives at the top
Signed-off-by: CrazyMax <google@crazymax.dev>
This commit is contained in:
4
testdata/initial/file3.Dockerfile
vendored
Normal file
4
testdata/initial/file3.Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# escape=`
|
||||
FROM microsoft/nanoserver
|
||||
COPY testfile.txt c:\
|
||||
RUN dir c:\
|
||||
Reference in New Issue
Block a user