mirror of
https://github.com/wahyd4/github-action-spike.git
synced 2026-08-09 05:06:43 +10:00
8 lines
100 B
YAML
8 lines
100 B
YAML
version: "3"
|
|
services:
|
|
spike:
|
|
image: golang
|
|
working_dir: /app
|
|
volumes:
|
|
- .:/app
|