You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This repository contains the source for building Swift applications as reproducible Docker images using source-to-image. The resulting image can be run using Docker.
4
4
5
+
## Source Repository Expectations
6
+
7
+
This image expects that you have a `run.sh` file in the root directory of your repository that handles all tasks necessary for setting up and running your compiled app.
8
+
5
9
## Installation
6
10
7
11
This image is available on DockerHub. To pull it, run:
0 commit comments