From 6dcee04fbbc961dbfeb76fd40962c9afab9b3191 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Mon, 24 Jun 2024 22:37:04 +0800 Subject: [PATCH] add role switch only for test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fa6a17..58fa95f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY *.json . # Install dependencies and build the app RUN yarn install -RUN yarn build +RUN yarn build-test # Step 2. Production image, copy all the files and run nginx