1
ewpratten.com/docker-compose.yml
Evan Pratten 5ad8f51b6b
All checks were successful
Deploy ewpratten.com / Deploy to Production (push) Successful in 1m56s
Testing with direct ruby
2024-12-03 17:03:37 -05:00

13 lines
243 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"