This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM alpine:3.17.2
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apk \
|
||||
set -e \
|
||||
&& apk add --update-cache \
|
||||
bash
|
||||
|
||||
COPY wait-for-it.sh /bin/
|
||||
|
||||
ENTRYPOINT ["/bin/wait-for-it.sh"]
|
Reference in New Issue
Block a user