Update Path

This commit is contained in:
deathrow 2022-10-31 20:18:51 -04:00
parent 9a51b2da69
commit 8f08ac4b3b
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -103,7 +103,7 @@ COPY --chown=synapse:synapse rootfs /
COPY --from=redis_base /usr/local/bin/redis-server /usr/local/bin
COPY ./rootfs/conf-workers/* /conf/
# Copy a script to prefix log lines with the supervisor program name
COPY ./rootfs/prefix-log /usr/local/bin/
COPY ./prefix-log /usr/local/bin/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"