Update file name

This commit is contained in:
deathrow 2022-11-08 14:23:13 -05:00
parent c6375f5eca
commit 12ec19ed96
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -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"