mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
feat: ✨ enable parameter extensions for docker run --interactive
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,5 +1,12 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update && apk add bash curl jq bind-tools
|
||||
RUN \
|
||||
apk update \
|
||||
&& \
|
||||
apk add \
|
||||
bash \
|
||||
curl \
|
||||
jq \
|
||||
bind-tools
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
CMD /bin/bash /usr/src/app/dynb.sh
|
||||
ENTRYPOINT ["/bin/bash", "/usr/src/app/dynb.sh"]
|
||||
Reference in New Issue
Block a user