mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 02:15:27 -04:00
Dockerfile-workers: reduce the amount we install (#12464)
This is an attempt to reduce the rebuild time. In short, we reduce the amount of stuff that the dockerfile installs, so as to give a faster startup.
This commit is contained in:
parent
7efddbebef
commit
aaaff98202
4 changed files with 27 additions and 13 deletions
|
@ -5,6 +5,9 @@
|
|||
nodaemon=true
|
||||
user=root
|
||||
|
||||
[include]
|
||||
files = /etc/supervisor/conf.d/*.conf
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -g "daemon off;"
|
||||
priority=500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue