grim/containers/package_cloud

actually add the entrypoint.sh back too

2018-11-13, Gary Kramlich
22bca61a47c3
Parents e1c01e9be277
Children e60161e4c317
actually add the entrypoint.sh back too
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/entrypoint.sh Tue Nov 13 23:08:50 2018 -0600
@@ -0,0 +1,9 @@
+#!/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 $@
+