1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-16 02:00:21 +08:00
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