Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Fix Docker entrypoint #11

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Fix Docker entrypoint #11

merged 1 commit into from
Feb 7, 2024

Conversation

bretthoerner
Copy link
Collaborator

@bretthoerner bretthoerner commented Feb 7, 2024

While trying to debug capture I noticed this is incorrect, the $ENTRYPOINT isn't being expanded:

        "Args": [
            "-c",
            "[ $ENTRYPOINT ]",
            "--",
            "/usr/local/bin/capture-server"
        ],

Annoying docker magic... apparently the version in the diff will expand $BIN.

Hooks are working because we override command: in the deployment.

@bretthoerner bretthoerner requested a review from a team February 7, 2024 19:19
@bretthoerner bretthoerner merged commit cb635eb into main Feb 7, 2024
4 checks passed
@bretthoerner bretthoerner deleted the entrypoint branch February 7, 2024 19:21
@bretthoerner bretthoerner mentioned this pull request Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant