initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update && apk add bash
|
||||
|
||||
COPY services/wait_for_it/wait-for-it.sh /wait
|
||||
RUN chmod +x /wait
|
||||
|
||||
Reference in New Issue
Block a user