mirror of
https://git.anonymousland.org/anonymousland/synapse-worker-docker.git
synced 2025-12-01 01:06:38 -05:00
Update start.py
This commit is contained in:
parent
12ec19ed96
commit
1f08a237a3
2 changed files with 113 additions and 50 deletions
|
|
@ -99,9 +99,11 @@ COPY --from=build-malloc /tmp/hardened_malloc/out/libhardened_malloc.so /usr/loc
|
|||
COPY --from=builder /install /usr/local
|
||||
COPY --chown=synapse:synapse rootfs /
|
||||
COPY --from=redis_base /usr/local/bin/redis-server /usr/local/bin
|
||||
|
||||
COPY ./rootfs/start.py /start.py
|
||||
COPY ./rootfs/conf-workers/* /conf/
|
||||
COPY ./rootfs/configure_workers_and_start.py /configure_workers_and_start.py
|
||||
COPY ./prefix-log /usr/local/bin/
|
||||
COPY ./rootfs /
|
||||
|
||||
RUN chown -R synapse:synapse /start.py
|
||||
RUN chmod 755 /start.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue