Commit cec6bd2
authored
Update Dockerfile
Handle container entrypoint for interactive and non-interactive usage.
If no arguments are passed to the container, it starts a bash shell. If arguments are passed, it executes them as a command. Tested on Windows and Fedora Linux.1 parent 7706b03 commit cec6bd2
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments