Skip to content

Instantly share code, notes, and snippets.

@daaniam
Created December 6, 2022 14:30
Show Gist options
  • Save daaniam/1950e173cc6d48ece1a7d1cf66d7562e to your computer and use it in GitHub Desktop.
Save daaniam/1950e173cc6d48ece1a7d1cf66d7562e to your computer and use it in GitHub Desktop.
docker compose run multiple commands
command:
[
"/bin/sh",
"-c",
"cd /workspace ; poetry install ; while sleep 1000; do :; done"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment