Packages
Build custom Docker images from Dockerfile and use them as typed formulas in testcontainer.
Current section
Files
Jump to
Current section
Files
src/testcontainer_dockerfile.app.src
{application, testcontainer_dockerfile, [
{vsn, "1.0.0"},
{applications, [cowl,
fio,
gleam_erlang,
gleam_stdlib,
testcontainer]},
{description, "Build custom Docker images from Dockerfile and use them as typed formulas in testcontainer."},
{modules, [test_helpers_ffi,
testcontainer_dockerfile,
testcontainer_dockerfile@@main,
testcontainer_dockerfile@error,
testcontainer_dockerfile_ffi]},
{registered, []}
]}.