Add blog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-23 08:47:38 +02:00
parent 63fbdeb01d
commit 306484b664
6 changed files with 40 additions and 13 deletions

7
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
kasperhermansen_blog:
build:
context: .
restart: always
ports:
- 15000:80