1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

feat: add Dockerfile

This commit is contained in:
2021-04-22 22:17:49 +02:00
parent b1f6c5a0fd
commit 48df7c7646
3 changed files with 16 additions and 1 deletions

5
Dockerfile Normal file
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