Sha256: afd3770fda1be2a1a0a2df83647b897b23c8b08d8ec1a3aaaa8ecd2940e0caf7
Contents?: true
Size: 228 Bytes
Versions: 19
Compression:
Stored size: 228 Bytes
Contents
FROM <%= image_url(:app_sources) %> AS app_sources FROM <%= image_url(:ruby) %> COPY --from=app_sources /app /app COPY test.txt test.txt COPY README.md README.md RUN ruby /app/source.rb COPY example_file.txt example_file.txt
Version data entries
19 entries across 19 versions & 1 rubygems