From d002407dcf0de4d53ca357d24b138b08ec4055cf Mon Sep 17 00:00:00 2001 From: Kevin Biju Date: Thu, 30 Nov 2023 01:17:12 +0530 Subject: [PATCH] minor fix pt.1 --- stacks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/Dockerfile b/stacks/Dockerfile index 9d4cdfab10..fc6f1d0917 100644 --- a/stacks/Dockerfile +++ b/stacks/Dockerfile @@ -103,7 +103,7 @@ COPY --chown=node:node ui/ . RUN npx prisma generate && npm run build # Builder stage -FROM ui-base AS ui +FROM ui-base AS peerdb-ui ENV NODE_ENV production COPY --from=ui-builder /app/public ./public