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

Delete Dockerfile

This commit is contained in:
Tonye Jack 2024-02-29 06:36:26 -07:00 committed by GitHub
parent 0dbc9fb230
commit 225e397eb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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