Add rewrite to dockerfile

This commit is contained in:
Jon Staab
2026-02-17 12:01:12 -08:00
parent 21f3970ca8
commit 445ed27eb8
+1 -1
View File
@@ -20,5 +20,5 @@ ENV NODE_OPTIONS=--max_old_space_size=16384
RUN pnpm run build
# Default to serving the build directory
CMD ["npx", "serve", "build"]
CMD ["npx", "serve", "-s", "build"]