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:
5
Dockerfile
Normal file
5
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user