Skip to content

Add shell/bash to Dockerfile#94

Merged
mattkjames7 merged 2 commits intomasterfrom
add-shell-to-docker
Apr 16, 2026
Merged

Add shell/bash to Dockerfile#94
mattkjames7 merged 2 commits intomasterfrom
add-shell-to-docker

Conversation

@gitbuda
Copy link
Copy Markdown
Member

@gitbuda gitbuda commented Apr 16, 2026

No description provided.

@gitbuda gitbuda requested a review from mattkjames7 April 16, 2026 07:50
@gitbuda
Copy link
Copy Markdown
Member Author

gitbuda commented Apr 16, 2026

The problem is that with the current approach it's not possible to do the following:

  memgql-init:
    image: memgraph/mgconsole:1.5.0
    container_name: memgql-init
    entrypoint:
      - bash
      - -c
      - |
        echo "RETURN 1;" | mgconsole"

Comment thread Dockerfile Outdated
@mattkjames7 mattkjames7 self-requested a review April 16, 2026 09:46
@mattkjames7 mattkjames7 merged commit 94efde4 into master Apr 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants