add docker file

This commit is contained in:
wagslane
2023-06-06 14:58:36 -06:00
parent 54f294659f
commit 2b5e5bedee
3 changed files with 8 additions and 2 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM --platform=linux/amd64 debian:stretch-slim
ADD notely /usr/bin/notely
CMD ["notely"]