From c971930cc871b750fa75cb630384563c0c3705a2 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 15:46:03 -0500 Subject: Remove unused files; consistent icon styling (#11) * Remove unused files; consistent icon styling * Update GitHub actions --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 3aabb31..0000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM gatsbyjs/gatsby:onbuild as build - -FROM gatsbyjs/gatsby -COPY --from=build /app/public /pub \ No newline at end of file -- cgit