From 3d81def285c0145a9d840c143b0667d757a73cca Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Mon, 11 Dec 2023 09:21:02 -0800 Subject: [PATCH] Build with the correct mode... --- frontend/deploy.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/deploy.dockerfile b/frontend/deploy.dockerfile index bb02afe51..8aa183c14 100644 --- a/frontend/deploy.dockerfile +++ b/frontend/deploy.dockerfile @@ -19,7 +19,7 @@ RUN npm install --global yarn # Build site RUN cd /build/frontend && yarn install -RUN cd /build/frontend && yarn build -- --mode stage +RUN cd /build/frontend && yarn build --mode staging # Use our custom nginx config RUN rm /etc/nginx/conf.d/default.conf