Skip to content

Commit

Permalink
Try mapping entrypoint.sh file directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 15, 2024
1 parent 1d2ae0b commit cbeb3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ runs:
- name: Run Docker container
shell: bash
run: |
docker run --rm -v "/var/run/docker.sock":"/var/run/docker.sock" -v .:/ --name local_container local_image:8.8.8 "${{ inputs.command }}"
docker run --rm -v "/var/run/docker.sock":"/var/run/docker.sock" -v ${PWD}/entrypoint.sh:/entrypoint.sh --name local_container local_image:8.8.8 "${{ inputs.command }}"

0 comments on commit cbeb3e2

Please sign in to comment.