Enable drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-28 16:14:58 +00:00
parent ed361324dd
commit ed9e75d57a
3 changed files with 33 additions and 0 deletions

3
build/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM scratch
COPY ./budgeteer /app/budgeteer
ENTRYPOINT ["/app/budgeteer"]