Skip to content

Commit

Permalink
Add argument parameter to start.sh for Supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Jan 6, 2025
1 parent b321f85 commit 15c1838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_Process
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN if [ "true" = "$UseSupervisor" ]; then \
nodaemon=true\n\
\n\
[program:antmedia]\n\
command=/usr/local/antmedia/start.sh\n\
command="/usr/local/antmedia/start.sh $@"\n\
autostart=true\n\
autorestart=true\n\
user=antmedia\n\
Expand Down

0 comments on commit 15c1838

Please sign in to comment.