Skip to content

Commit

Permalink
Fix local docker arm64 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Oct 21, 2024
1 parent bacad28 commit 07adea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supervisord-local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 07adea3

Please sign in to comment.