Sha256: c290cb3ace88fe7b37df37ae16052658dd4dcc5775c8713a7bbd72884a47a3cd
Contents?: true
Size: 277 Bytes
Versions: 30
Compression:
Stored size: 277 Bytes
Contents
# Set the base image to norad FROM <%= options[:base_image] %> # Copy the wrapper script COPY <%= options[:name] %>-wrapper.rb /<%= options[:name] %>-wrapper.rb RUN chmod 755 /<%= options[:name] %>-wrapper.rb #Home WORKDIR / ENTRYPOINT ["/<%= options[:name] %>-wrapper.rb"]
Version data entries
30 entries across 30 versions & 1 rubygems