Turning off CI option

This commit is contained in:
Chris Troutner
2025-05-15 19:18:41 -07:00
parent 07c671ede4
commit a611580f48
+1 -1
View File
@@ -61,7 +61,7 @@ RUN git checkout ct-unstable
RUN npm install
# Build the site
RUN CI=true npm run build
RUN npm run build
# Load the NGINX image.
FROM nginx