Adds support for Dockerfiles, Gemfiles, Ruby files, and Groovy files. Also, in order to fully support Dockerfile and Gemfiles, a new file extension parser was created to deal with files that do not have an extension.
3 lines
41 B
Docker
3 lines
41 B
Docker
FROM scratch
|
|
CMD ["echo", "hello world"]
|