Set the right RAILS_ENV for other base images.

Follow up to c2c7a3d8f3.
This commit is contained in:
Guo Xiang Tan 2019-05-03 12:52:31 +08:00
parent c2c7a3d8f3
commit b9175b877b
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# NAME: discourse/discourse_bench
# VERSION: 1.4.0
FROM discourse/discourse_test:1.4.0
ENV RAILS_ENV profile
#LABEL maintainer="Gerhard Schlager <mail@gerhard-schlager.at>"

View File

@ -1,6 +1,7 @@
# NAME: discourse/discourse_dev
# VERSION: release
FROM discourse/base:release
ENV RAILS_ENV development
#LABEL maintainer="Sam Saffron \"https://twitter.com/samsaffron\""

View File

@ -2,6 +2,7 @@
# VERSION: release
ARG tag=build
FROM discourse/base:$tag
ENV RAILS_ENV test
MAINTAINER Sam Saffron "https://twitter.com/samsaffron"