From 3cc200aa9d3ead09c927887d52444cd014ee5381 Mon Sep 17 00:00:00 2001 From: Nick Kosarev Date: Mon, 19 Aug 2024 14:55:15 +0000 Subject: [PATCH] fix: dockerfile --- apps/website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/Dockerfile b/apps/website/Dockerfile index aadce8bf..42e9deee 100644 --- a/apps/website/Dockerfile +++ b/apps/website/Dockerfile @@ -14,7 +14,7 @@ RUN yarn nx run website:build FROM $NODE WORKDIR /app -COPY --from=builder /app/apps/website/.output /.output +COPY --from=builder /app/apps/website/.output .output/ ARG VERSION=nightly ENV VERSION=${VERSION}