We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8604a commit 7e6191eCopy full SHA for 7e6191e
.env.production
@@ -1,2 +1,3 @@
1
REDIS_URL=redis://redis:6379/0
2
+INFERNO_HOST=http://localhost
3
VALIDATOR_URL=http://validator_service:4567
Dockerfile
@@ -8,6 +8,7 @@ WORKDIR $INSTALL_PATH
8
9
ADD *.gemspec $INSTALL_PATH
10
ADD Gemfile* $INSTALL_PATH
11
+ADD lib/tls_test_kit/version.rb $INSTALL_PATH/lib/tls_test_kit/version.rb
12
RUN gem install bundler
13
# The below RUN line is commented out for development purposes, because any change to the
14
# required gems will break the dockerfile build process.
0 commit comments