1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

(bug) Thor::InvocationError

This commit is contained in:
Sylvain 2023-03-22 12:33:15 +01:00
parent f6a9a43767
commit d13208210a

View File

@ -14,7 +14,7 @@ childlogdir=/var/log/supervisor/ ; where child log files will liv
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
[program:app]
command=bundle exec rails s puma -p 3000 -b 0.0.0.0
command=bundle exec rails server -u puma -p 3000 -b 0.0.0.0
stderr_logfile=/var/log/supervisor/app-stderr.log
stdout_logfile=/var/log/supervisor/app-stdout.log
stdout_logfile_maxbytes=50MB