Initial commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl
|
||||
COPY entrypoint.sh /bin/entrypoint.sh
|
||||
CMD ["/bin/entrypoint.sh"]
|
Reference in New Issue
Block a user