forked from External/greenlight
GRN2-159: Changed the inception of the version tag (#573)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user