You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the container is started using an environment variable to decide if server or celery instance will be run. It makes it difficult to modify the image for quick edits when running.
Currently, the container is started using an environment variable to decide if server or celery instance will be run. It makes it difficult to modify the image for quick edits when running.
open-event-server/scripts/container_start.sh
Lines 2 to 9 in b3a8c33
open-event-server/scripts/container_start.sh
Lines 21 to 23 in b3a8c33
Instead it should be run via CLI arguments. Like
./container_start.sh run api
or./container_start.sh run celery
The text was updated successfully, but these errors were encountered: