1

Explicit gemfile
Some checks failed
Deploy ewpratten.com / Deploy to Production (push) Failing after 13s

This commit is contained in:
Evan Pratten 2024-12-03 17:00:26 -05:00
parent 848efaa18c
commit 9bf246bdb7

View File

@ -9,5 +9,6 @@ services:
tty: true
volumes:
- .:/srv/jekyll:Z
- ./Gemfile:/srv/jekyll/Gemfile
ports:
- "127.0.0.1:4000:4000"