biothings / biothings_studio

Pre-configured & ready-to-use BioThings API development environment
Apache License 2.0
4 stars 3 forks source link

Update Dockerfile and images to use more recent Ubuntu release #64

Closed zcqian closed 3 years ago

zcqian commented 3 years ago

Resolves Issue #63

In addition to updated Ubuntu version, the following changes has been made:

zcqian commented 3 years ago

I have tested locally that every image should build and run fine. Someone else please review and test. After that, please squash commits and merge.

newgene commented 3 years ago

Add a note about the use of sleep infinity:

If this becomes an issue, e.g. the process stops at some point, an alternative could be this:

python -c 'while 1: import ctypes; ctypes.CDLL(None).pause()'

Ref: https://try2explore.com/questions/10074816