From f416ab2f81f2f02f9a55274e63333b6964ce9da1 Mon Sep 17 00:00:00 2001 From: Bryan Hyshka Date: Mon, 5 Mar 2018 11:04:01 -0700 Subject: add basic dockerfile setup --- build/entry.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/entry.sh (limited to 'build/entry.sh') diff --git a/build/entry.sh b/build/entry.sh new file mode 100644 index 0000000..09a943f --- /dev/null +++ b/build/entry.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +while true; do echo hi; sleep 1; done; -- cgit v1.2.3