add role switch only for test

This commit is contained in:
LittleBoy 2024-06-24 22:37:04 +08:00
parent d49ce2b815
commit 6dcee04fbb

View File

@ -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