1
0
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:
Eli Barbosa
2025-06-05 19:42:52 -07:00
committed by GitHub
parent ff005f6edc
commit bdabc9b6ba
3 changed files with 40 additions and 0 deletions

9
docker-compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
htmlpurifier:
build:
context: "."
dockerfile: Dockerfile
container_name: 'htmlpurifier'
tty: true
volumes:
- .:/opt/htmlpurifier