diff --git a/psql.sh b/psql.sh new file mode 100755 index 0000000..d6bd5b2 --- /dev/null +++ b/psql.sh @@ -0,0 +1,2 @@ +#!/bin/sh +docker exec -it 'postgres-calendar-optimizer' psql -U postgres \ No newline at end of file