From d1f35f5e6ed4503d3b3f26eef19c7508cb80473f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=B4men=20Ben=20Hassin?= Date: Tue, 10 Dec 2019 22:24:30 +0100 Subject: [PATCH] Context Create context buids --- .github/dir/files/buildings/context | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dir/files/buildings/context diff --git a/.github/dir/files/buildings/context b/.github/dir/files/buildings/context new file mode 100644 index 00000000000000..ee8ee47f83a38c --- /dev/null +++ b/.github/dir/files/buildings/context @@ -0,0 +1,17 @@ +# create a directory to work in +mkdir example +cd example + +# create an example file +touch somefile.txt + +docker build -t myimage:latest -<