1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 08:29:34 +01:00
Files
dynb/Dockerfile
2021-11-03 18:09:42 +01:00

5 lines
133 B
Docker

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