1
ewpratten.com/docker-compose.yml
Evan Pratten 56c0e6f22a
All checks were successful
Deploy ewpratten.com / Deploy to Production (push) Successful in 58s
Gitea dates
2024-12-07 17:43:01 -05:00

14 lines
275 B
YAML

services:
jekyll:
build:
context: .
dockerfile: Dockerfile
command: serve --watch
platform: linux/x86_64
stdin_open: true
tty: true
volumes:
- .:/srv/jekyll:Z
ports:
- "127.0.0.1:4000:4000"
- "127.0.0.1:35729:35729"