Delete Dockerfile

This commit is contained in:
Tonye Jack 2021-06-18 14:46:08 -04:00 committed by GitHub
parent 8f01cb5faa
commit b93fc4e17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
FROM alpine:3.14.0
LABEL maintainer="Tonye Jack <jtonye@ymail.com>"
RUN apk add bash git openssh grep sed
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]