From c89525d1517b16d19b4d283cb219366b19bfc046 Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 27 Apr 2024 06:09:05 +0900 Subject: [PATCH] container (minor): update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 65c37e32b7..54c1366f9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm install - # Copy in the rest of the rust files COPY packages/backend-rs packages/backend-rs/ +# COPY packages/macro-rs packages/macro-rs/ # Compile backend-rs RUN NODE_ENV='production' pnpm run --filter backend-rs build