From 47a726398b055cf77df38addf90a1a388a53b2c7 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sun, 18 Dec 2022 23:01:01 -0800 Subject: Delete unused Docker infrastructure (#60) This was all added back when these tests were running on Travis CI and attempted to create an isolated build of sally. This is all no longer necessary because GitHub Actions and Go modules provide enough isolation. --- Dockerfile.scratch | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Dockerfile.scratch (limited to 'Dockerfile.scratch') diff --git a/Dockerfile.scratch b/Dockerfile.scratch deleted file mode 100644 index f78f304..0000000 --- a/Dockerfile.scratch +++ /dev/null @@ -1,6 +0,0 @@ -FROM scratch - -EXPOSE 8080 -ADD sally.yaml / -ADD _tmp/sally / -ENTRYPOINT ["/sally"] -- cgit v1.2.3