Created
December 6, 2022 14:30
-
-
Save daaniam/1950e173cc6d48ece1a7d1cf66d7562e to your computer and use it in GitHub Desktop.
docker compose run multiple commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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