GRN2-159: Changed the inception of the version tag (#573)

This commit is contained in:
Jesus Federico
2019-06-21 09:36:52 -04:00
committed by GitHub
parent 790a0365c5
commit f5c33e9306
4 changed files with 16 additions and 14 deletions

View File

@ -11,6 +11,8 @@ RUN mkdir -p $RAILS_ROOT
WORKDIR $RAILS_ROOT
# Set environment variables.
ARG version_code
ENV VERSION_CODE=$version_code
ENV RAILS_ENV production
# Adding project files.