rehabstudio / dockerfiles

Dockerfiles for automated building of public images on Docker Hub
4 stars 4 forks source link

Djangae structure improvement #11

Closed Stealthii closed 8 years ago

Stealthii commented 8 years ago

The application src is now in a subdirectory (src/), keeping docker specific files out of the build. In addition, we no longer add the sample application to the container - this is now done solely on build.

The App Engine SDK has been bumped to 1.9.36, citing recent changes which affect permissions.