Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1mr committed Feb 28, 2024
1 parent 3552f77 commit 25e41ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM alpine:3.19

RUN apk --update add postgresql16-client

CMD ["psql"]
CMD ["/usr/bin/psql"]

0 comments on commit 25e41ca

Please sign in to comment.