initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Optional: use docker-compose if you need a custom Chrome setup.
|
||||
# With podman, substitute `docker-compose` → `podman-compose`.
|
||||
version: "3.8"
|
||||
services:
|
||||
dev:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
command: sleep infinity
|
||||
environment:
|
||||
- CHROME_PATH=/usr/bin/google-chrome
|
||||
Reference in New Issue
Block a user