Next evolution, just a one line bash script.

you are viewing a single comment's thread
view the rest of the 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