first release
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:3.15
|
||||
|
||||
RUN \
|
||||
apk -U upgrade && \
|
||||
apk add curl bash
|
||||
|
||||
COPY run.sh /
|
||||
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
Reference in New Issue
Block a user