Initial Commit
This commit is contained in:
9
docker-compose.example.yml
Normal file
9
docker-compose.example.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
services:
|
||||
typstframework:
|
||||
build: .
|
||||
ports:
|
||||
- "5082:8080"
|
||||
volumes:
|
||||
- ./example:/var/www/typst
|
||||
Reference in New Issue
Block a user