From 5f4ec35612a349acb03337ad83e698c603f8a850 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Tue, 17 Oct 2023 13:27:30 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ada6b13..00e389b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY . . RUN /bin/bash compile.sh FROM ghcr.io/nickorlow/anthracite:main -COPY --from=build-env ./out/ /www/ +COPY --from=build-env /site/out/ /www/