Docker compat

This commit is contained in:
Daniel Flanagan 2023-10-10 16:42:32 -05:00
parent 4e3e8f8c0d
commit 60b8d36a03
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
# a shim implemented this way so that other scripts looking for an executable
# docker-compose file in my path think I have it installed 😈
podman-compose "$@"