Skip to content

Commit a361c2d

Browse files
committed
refactor: allow specfic DEFAULT_CMD on .env
1 parent 472745a commit a361c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
build:
44
context: .
55
dockerfile: dev.Dockerfile
6+
command: ${DEFAULT_CMD:-/bin/bash}
67
environment:
78
- DISPLAY=host.docker.internal:0.0
89
env_file:

0 commit comments

Comments
 (0)