# NAME: discourse/discourse_test
# VERSION: release
ARG tag=build
-FROM discourse/base:$tag
+#FROM discourse/base:$tag
+FROM discourse/base:build
+ ENV RAILS_ENV test
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse
- #image="discourse/base:2.0.20190321-0122"
-image="discourse/base:2.0.20190429-1058"
++#image="discourse/base:2.0.20190429-1058"
+image=discourse/base:build
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`