Skip to content

Commit

Permalink
CA: Fix entrypoint in docker image, would fail if not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 12, 2024
1 parent 1348cee commit 5eca5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.california
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ RUN poetry install --extras "california" \

ENV OPENSSL_CONF=/opt/openstates/openstates/openssl.cnf

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/ca-entrypoint.sh"]

0 comments on commit 5eca5c1

Please sign in to comment.