forked from External/greenlight
GRN2-159: Changed the inception of the version tag (#574)
* GRN2-159: Changed the inception of the version tag * GRN2-159: Restored TRAVIS_BRANCH * Relocated ARG aNV for version in Dockerfile
This commit is contained in:
@ -6,13 +6,15 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
||||
# Set an environment variable for the install location.
|
||||
ENV RAILS_ROOT /usr/src/app
|
||||
|
||||
# Sets the footer of greenlight application with current build version
|
||||
ARG version_code
|
||||
ENV VERSION_CODE=$version_code
|
||||
|
||||
# Make the directory and set as working.
|
||||
RUN mkdir -p $RAILS_ROOT
|
||||
WORKDIR $RAILS_ROOT
|
||||
|
||||
# Set environment variables.
|
||||
ARG version_code
|
||||
ENV VERSION_CODE=$version_code
|
||||
# Set Rails environment.
|
||||
ENV RAILS_ENV production
|
||||
|
||||
# Adding project files.
|
||||
|
Reference in New Issue
Block a user