Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8a136fa

Browse files
authored
1 parent 57f759b commit 8a136fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-templates/docker-compose/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ services:
3535
# - seccomp:unconfined
3636

3737
# Overrides default command so things don't shut down after the process ends.
38-
command: sleep infinity
38+
command: /bin/sh -c "while sleep 1000; do :; done"
3939

0 commit comments

Comments
 (0)