jazzdd86 / alpine-flask

72 stars 51 forks source link

Volume use? #9

Closed yoyomeng2 closed 6 years ago

yoyomeng2 commented 6 years ago

Am trying to give my dev co-workers a common base image for our python apps. Is that more or less your intent by using with VOLUME [${APP_DIR}] ?

jazzdd86 commented 6 years ago

Hi, yeah right, you can mount any app dir into the container using this image, without the need to build a new image for each application. So its fantastic for developing python apps. But I use it for production environments too, because of its simplicity.