Next evolution, just a one line bash script.

  • @Dasnap
    link
    444 months ago

    When the project installation steps start with a ‘git clone’.

    • @TheInsane42
      link
      English
      44 months ago

      Nah, to much work, use curl to download a script and blindly run it…

    • @[email protected]
      link
      fedilink
      24 months 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.