mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-15 10:34:04 +02:00
Add docker files for dev environment (#424)
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
htmlpurifier:
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: Dockerfile
|
||||
container_name: 'htmlpurifier'
|
||||
tty: true
|
||||
volumes:
|
||||
- .:/opt/htmlpurifier
|
Reference in New Issue
Block a user