Skip to content

Commit 4697a81

Browse files
committed
remove duplicated NODE_OPTIONS
1 parent d426923 commit 4697a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docker/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ user=root
1818

1919
[program:cloudstack-ui]
2020
environment=NODE_OPTIONS="--openssl-legacy-provider"
21-
command=/bin/bash -c "NODE_OPTIONS=--openssl-legacy-provider npm run serve"
21+
command=/bin/bash -c "npm run serve"
2222
directory=/root/ui
2323
stdout_logfile=/dev/stdout
2424
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)