smartcloud 0.0.194 → 0.0.195

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3158dd5d6a4b622aa0d3cbcd761e54437b6cfd3f1521f6098b0a40da6b8b8e6a
4
- data.tar.gz: 8d7f4a4279455fe117e3d7e89b87beb2ce53d39174950319930692bf802a9b4e
3
+ metadata.gz: 57440915871f544464ea263a594aeccaaa40c99da8a1a643fd109a8435b68b1a
4
+ data.tar.gz: 386877a0c4e3c54bc4a7b70edb04d4e69e27aa30a026a5fc3ffab6e2d7cf365d
5
5
  SHA512:
6
- metadata.gz: f35424e99b062a841f69d6d1c504016fab164364c598be2daf8da374acba7654775b27c4bd4b71d56660c5063351e2d1cf22f813b336b965e4457aeb961b424c
7
- data.tar.gz: b2e4cd1a9840534adcc46d7becb969c35b048414d5f3750d4dd7442388e4e41233ceaa51352c8cbd85779a9c5747c072d23a597a698744fa0547ed32f95a6142
6
+ metadata.gz: b9e00306bd896d6fd4b4163f2911fb80a722d5e4d95deace35e81c08fb57935f1aaf63465c0c7633de23b5cc21711dc5237b55c12979ef801fca2847f568da77
7
+ data.tar.gz: 55f313365d8093dbf1bacda03bb663780d1ef0ee7870f41394bc4720f10b18bbe5b21cad35b16c3309340df386789e34db155c9756f6fde0c11d5fa736229640
@@ -41,6 +41,6 @@ gem install --no-document --local smartcloud\n\
41
41
  exec "$@"' >> "/home/$USER_NAME/entrypoint"; chmod +x "/home/$USER_NAME/entrypoint"
42
42
 
43
43
  # Set entrypoint
44
- ENTRYPOINT ["/home/$USER_NAME/entrypoint"]
44
+ ENTRYPOINT "/home/$USER_NAME/entrypoint"
45
45
 
46
46
  CMD ["spawn-fcgi", "-n", "-p", "9000", "/usr/bin/fcgiwrap", "-f"]
@@ -33,7 +33,7 @@ gem install --no-document --local smartcloud\n\
33
33
  exec "$@"' >> "/home/$USER_NAME/entrypoint"; chmod +x "/home/$USER_NAME/entrypoint"
34
34
 
35
35
  # Set entrypoint
36
- ENTRYPOINT ["/home/$USER_NAME/entrypoint"]
36
+ ENTRYPOINT "/home/$USER_NAME/entrypoint"
37
37
 
38
38
  # Command to execute at container start
39
39
  CMD ["buildpacker", "start"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.194
4
+ version: 0.0.195
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard