mirror of
https://github.com/wahyd4/github-action-spike.git
synced 2026-08-08 21:02:33 +10:00
add docker-compose
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
spike:
|
||||
image: golang
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user