mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
docker: run UI with NODE_OPTIONS=--openssl-legacy-provider
This commit is contained in:
parent
56a233babf
commit
cf73919233
@ -16,7 +16,7 @@ redirect_stderr=true
|
||||
user=root
|
||||
|
||||
[program:cloudstack-ui]
|
||||
command=/bin/bash -c "npm run serve"
|
||||
command=/bin/bash -c "NODE_OPTIONS=--openssl-legacy-provider npm run serve"
|
||||
directory=/root/ui
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user