Added dynu create
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM alpine:latest
|
||||
|
||||
LABEL maintainer="matthias@mitscherlich.nl"
|
||||
|
||||
RUN \
|
||||
apk update && \
|
||||
apk add --no-cache \
|
||||
curl
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user