lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.128 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.129
- old
+ new
@@ -39,10 +39,9 @@
# Generating entrypoint file
RUN echo -e '#!/bin/sh\n\
\n\
ruby /spawner.rb
\n\
-su - $USER_NAME
\n\
exec "$@"' >> /entrypoint; chmod +x /entrypoint;
# Set entrypoint
ENTRYPOINT ["/entrypoint"]