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:
parent
0dbc9fb230
commit
225e397eb7
1 changed files with 0 additions and 9 deletions
|
@ -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"]
|
Loading…
Add table
Reference in a new issue