From 07adea386101b5b86b7668c16a8a9aadfbc48bde Mon Sep 17 00:00:00 2001 From: James Date: Mon, 21 Oct 2024 12:31:09 -0400 Subject: [PATCH] Fix local docker arm64 issues --- supervisord-local.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supervisord-local.conf b/supervisord-local.conf index 5aa241e9..9e51613c 100644 --- a/supervisord-local.conf +++ b/supervisord-local.conf @@ -4,6 +4,10 @@ nodaemon=true [program:httpd] command=httpd-foreground +[program:npm-install] +command=npm install @rollup/rollup-linux-arm64-musl --save-optional +directory=/app + [program:npm] command=npm run dev directory=/app \ No newline at end of file