Skip to content

Commit

Permalink
Update complement to use setuptools entrypoints (#328)
Browse files Browse the repository at this point in the history
Complement side of the synapse change in #12118
  • Loading branch information
David Robertson authored Mar 2, 2022
1 parent 1c61783 commit 4c45bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY keys/* /ca/
RUN openssl genrsa -out /conf/server.tls.key 2048

# generate a signing key
RUN generate_signing_key.py -o /conf/server.signing.key
RUN generate_signing_key -o /conf/server.signing.key

WORKDIR /data

Expand Down

0 comments on commit 4c45bc0

Please sign in to comment.