Skip to content

Commit

Permalink
Ensure all useful binaries are copied to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 10, 2023
1 parent 873f446 commit 3351bf9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,18 @@ RUN apk add --no-cache \
ffmpeg

COPY --from=builder /opt/bin/plugin_antispam_ocr /plugins/
COPY --from=builder /opt/bin/media_repo /opt/bin/import_synapse /opt/bin/export_synapse_for_import /opt/bin/gdpr_export /opt/bin/gdpr_import /opt/bin/s3_consistency_check /usr/local/bin/
COPY --from=builder \
/opt/bin/media_repo \
/opt/bin/import_synapse \
/opt/bin/import_dendrite \
/opt/bin/export_synapse_for_import \
/opt/bin/export_dendrite_for_import \
/opt/bin/gdpr_export \
/opt/bin/gdpr_import \
/opt/bin/s3_consistency_check \
/opt/bin/combine_signing_keys \
/opt/bin/generate_signing_key \
/usr/local/bin/

COPY ./config.sample.yaml /etc/media-repo.yaml.sample
COPY ./docker/run.sh /usr/local/bin/
Expand Down

0 comments on commit 3351bf9

Please sign in to comment.