Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-sanchez committed Aug 30, 2017
1 parent 04b2a73 commit a367584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ node('docker') {

stage "Build image - Package"
echo ("Building")
sh 'docker build -t elastest/ems .'
def myimage = docker.image('elastest/ems');
sh 'docker build -t elastest/ems:0.1 .'
def myimage = docker.image('elastest/ems:0.1');

stage "Run image"
myimage.run()
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: elastest-ems
depends_on:
- elasticsearch
image: elastest/ems
image: elastest/ems:0.1
ports:
- 5044:5044
- 8888:8888
Expand Down

0 comments on commit a367584

Please sign in to comment.