Add ability to override any configs with env

Use environemnt variables to override any value in config.php

Also, locked version on the ubuntu image to something that actually
builds.
This commit is contained in:
ViViDboarder
2016-11-27 19:10:49 -08:00
parent adacce4ba1
commit 6f3dff46d1
3 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:14.04
MAINTAINER Christian Lück <christian@lueck.tv>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \