lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.191 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.192
- old
+ new
@@ -33,9 +33,11 @@
rm -rf /var/cache/apk/*
# Generating entrypoint file
RUN echo -e '#!/bin/sh\n\
gem install --no-document --local smartcloud\n\
-exec "$@"' >> /entrypoint; chmod +x /entrypoint;
+exec "$@"' >> /entrypoint; chmod +x /entrypoint
+# Set entrypoint
+ENTRYPOINT ["/entrypoint"]
CMD "git, fcgiwrap & spawn-fcgi installed"