From ea27d257349ece3f913d1018d0e04b22a02c5e73 Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Fri, 18 Aug 2023 16:04:48 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08fb269..75d621c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN \ cp -R $(nix-store -qR /tmp/output/result) /tmp/nix-store-closure EOF -FROM scratch +FROM scratch as build WORKDIR /app