Skip to content

Commit 7e6191e

Browse files
authored
ID-5: Fix Docker execution and session creation (#27)
* add INFERNO_HOST key to env.production * add version reference to Dockerfile
1 parent ea8604a commit 7e6191e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
REDIS_URL=redis://redis:6379/0
2+
INFERNO_HOST=http://localhost
23
VALIDATOR_URL=http://validator_service:4567

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR $INSTALL_PATH
88

99
ADD *.gemspec $INSTALL_PATH
1010
ADD Gemfile* $INSTALL_PATH
11+
ADD lib/tls_test_kit/version.rb $INSTALL_PATH/lib/tls_test_kit/version.rb
1112
RUN gem install bundler
1213
# The below RUN line is commented out for development purposes, because any change to the
1314
# required gems will break the dockerfile build process.

0 commit comments

Comments
 (0)