Skip to content

Commit

Permalink
bring back core-ui program (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur authored Dec 27, 2023
1 parent f6cbdd2 commit 9672aaf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/dev/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:core_ui]
command=npm start
directory=/core_ui
environment=WDS_SOCKET_PORT=7000 # needs to match external port in compose-dev.yml file
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[supervisorctl]

0 comments on commit 9672aaf

Please sign in to comment.