Next evolution, just a one line bash script.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 44 points 2 years ago (2 children)

When the project installation steps start with a 'git clone'.

  • source
  • hideshow 4 child comments
  • [โ€“] 2 points 2 years ago

    I have a couple scripts running in containers. Iโ€™m too lazy to do a proper CI build and I only run it on one system anyway so I just got pull and docker build. Sorry if i offend you.

    Though if i keep this up Iโ€™ll probably just start to use my generic python container and commit a shell script to docker run with . mounted to /project or something, and set the entry point to pip install project/requirements.txt; python project/main.py.

  • source
  • parent