mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
chore: add docker-compose.yml
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
dev:
|
||||
image: 'docker.pkg.github.com/peaceiris/actions-hugo/dev:latest'
|
||||
build:
|
||||
context: .
|
||||
# cache_from:
|
||||
# - 'docker.pkg.github.com/peaceiris/actions-hugo/dev:latest'
|
||||
container_name: peaceiris_actions_hugo_dev_latest
|
||||
volumes:
|
||||
- ${PWD}:/repo
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command:
|
||||
- bash
|
||||
Reference in New Issue
Block a user