grim/containers/package_cloud

actually add the entrypoint.sh back too

2018-11-13, Gary Kramlich
22bca61a47c3
file isExecutable
actually add the entrypoint.sh back too
#!/bin/sh -e
# this entry point serves on purpose, to expand globs passed into to this
# image. Without this, something like
# `package_cloud push foo/bar/debian/buster *.debs` will not work, as we will
# be passing a literal `*.debs` to package_cloud which is not what we want.
package_cloud $@