1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Update README.md

This commit is contained in:
Manuel Dewald
2021-10-18 14:51:30 +02:00
committed by GitHub
parent 31e63d72bb
commit fcacdb07b2

View File

@@ -12,7 +12,7 @@
| s2i/bin/run | Yes | Script that runs the application |
| s2i/bin/save-artifacts | No | Script for incremental builds that saves the built artifacts |
| test/run | No | Test script for the builder image |
| test/test-app | Yes | Test application source code |
| test/test-app | No | Test application source code |
#### Dockerfile
Create a *Dockerfile* that installs all of the necessary tools and libraries that are needed to build and run our application. This file will also handle copying the s2i scripts into the created image.