From 12ec19ed964805bb62226efd1a27eb54b4261877 Mon Sep 17 00:00:00 2001 From: deathrow Date: Tue, 8 Nov 2022 14:23:13 -0500 Subject: [PATCH] Update file name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 959e278..68fb9c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ COPY ./rootfs/conf-workers/* /conf/ COPY ./prefix-log /usr/local/bin/ COPY ./rootfs / -RUN chown -R synapse:synapse /syart.py +RUN chown -R synapse:synapse /start.py RUN chmod 755 /start.py ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"