Skip to content

Commit

Permalink
Merge pull request #2903 from gchq/2899-always-invoke-cli-with-bash
Browse files Browse the repository at this point in the history
Issue 2899 - Use Bash as the entrypoint for CLI Docker images
  • Loading branch information
patchwork01 authored Jul 15, 2024
2 parents 2d299ed + 1b22ef5 commit 78efecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cli/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ RUN echo 'export HOSTNAME=$(cat /tmp/container.id)' >> ~/.bashrc

WORKDIR /sleeper-builder

CMD [ "bash" ]
ENTRYPOINT [ "bash" ]
2 changes: 1 addition & 1 deletion scripts/cli/environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ WORKDIR /sleeper
COPY . .

ENV PATH=/sleeper/bin:$PATH
CMD [ "bash" ]
ENTRYPOINT [ "bash" ]

0 comments on commit 78efecb

Please sign in to comment.