Initial commit
This commit is contained in:
commit
92c8ca86ee
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
MAINTAINER ViViDboarder <ViViDboarder@gmail.com>
|
||||
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ADD push.sh /bin/
|
||||
RUN chmod +x /bin/push.sh
|
||||
|
||||
ENTRYPOINT /bin/push.sh
|
Loading…
Reference in New Issue
Block a user