diff --git a/Dockerfile b/Dockerfile index 52435e72..71905be1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]