Byparr/.devcontainer/docker-compose.yml

12 lines
216 B
YAML
Raw Normal View History

2024-07-24 13:57:40 +00:00
services:
app:
command: sleep infinity
ports:
- 8191:8191
volumes:
- ../..:/workspace:cached
build:
target: devcontainer
selenium:
image: selenium/standalone-chromium:latest