feat: add Dockerfile

This commit is contained in:
2021-11-03 18:09:42 +01:00
parent b1f6c5a0fd
commit 48df7c7646
3 changed files with 16 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk update && apk add bash curl jq bind-tools
WORKDIR /usr/src/app
COPY . .
CMD /bin/bash /usr/src/app/dynb.sh