Skip to content

Commit

Permalink
add sleep to devbox container
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nsai committed Dec 8, 2024
1 parent 0781223 commit 26a6892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/services/devbox/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
image: ubuntu:24.04
ports:
- containerPort: 22
command: ["/bin/sleep", "infinity"]
volumeMounts:
- mountPath: /home/ubuntu
name: devbox-home
Expand Down

0 comments on commit 26a6892

Please sign in to comment.