Implement Jekyll CI workflow with docker #2

Merged
btlogy merged 60 commits from 1.test-ci into main 2024-05-23 12:16:39 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit bbf59e574b - Show all commits

View File

@ -7,8 +7,8 @@ services:
uid: "${_UID:-1000}"
gid: "${_GID:-1000}"
volumes:
- .:/home/jekyll/workspace
working_dir: /home/jekyll/workspace
- .:/home/ubuntu/workspace
working_dir: /home/ubuntu/workspace
ports:
- "4000:4000"
stdin_open: true