Skip to content

Commit

Permalink
Merge pull request #5128 from openstates/ca-docker-image-fix-entrypoint
Browse files Browse the repository at this point in the history
CA: Fix entrypoint in docker image, would fail if not specified
  • Loading branch information
jessemortenson authored Dec 12, 2024
2 parents 1348cee + 5eca5c1 commit 7c271bf
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 7c271bf

Please sign in to comment.