Add woodpecker file

This commit is contained in:
Will Webberley 2023-03-25 18:26:15 +00:00
parent d1a6a83467
commit 9cb2670fb2

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
buildapi:
image: plugins/docker
commands:
- cd api
- docker build -t wilw/treadl-api .