add docker-compose

This commit is contained in:
2020-02-14 14:49:22 +11:00
parent 2f8d3fd0e5
commit d6a1266ef4
+7
View File
@@ -0,0 +1,7 @@
version: "3"
services:
spike:
image: golang
working_dir: /app
volumes:
- .:/app