Byparr/.devcontainer/docker-compose.yml
2024-07-24 13:57:40 +00:00

12 lines
216 B
YAML

services:
app:
command: sleep infinity
ports:
- 8191:8191
volumes:
- ../..:/workspace:cached
build:
target: devcontainer
selenium:
image: selenium/standalone-chromium:latest