repo2docker/repo2docker
Giovanni Pizzi 192d01099b Fix relative location of the start script
The compilation of a very simple example with a start
script in the main folder was failing (see #399)
because the `start` script was not found.
Most probably, the reason is that the folder in which
the script resides is not in the PATH. To solve this,
we replace the `start` string with a relative `./start`,
which solves the problem and completes the build and the
run.
2018-09-14 16:07:17 +02:00
..
buildpacks Fix relative location of the start script 2018-09-14 16:07:17 +02:00
__init__.py Add comments back to travis config 2018-07-02 22:12:58 +02:00
__main__.py minor edit 2018-03-15 12:12:44 -07:00
_version.py Add versioneer support 2018-07-02 22:03:53 +02:00
app.py Merge pull request #358 from GladysNalvarte/connect_url 2018-08-01 15:08:52 +02:00
utils.py from traitlets import TraitError in utils.py 2018-07-16 10:01:50 +02:00