0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Delete Dockerfile

This commit is contained in:
Tonye Jack 2021-01-30 21:27:29 -05:00 committed by GitHub
parent 4ed55614ba
commit 3737d932bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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