Fix Docker image not running correctly

Was not using the proper filename/path
This commit is contained in:
gmemstr 2017-10-08 11:23:23 -07:00
parent 1c836ccaa9
commit e49eb39043
2 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@ matrix:
script:
- docker build -t gmemstr/pogo .
- docker run -d --name pogo -p 3000:3000 gmemstr/pogo
- docker run -d --rm --name pogo -p 3000:3000 gmemstr/pogo
- sleep 10
- docker ps -a | grep gmemstr/pogo
- docker ps | grep gmemstr/pogo

View file

@ -31,4 +31,4 @@ RUN ls -al && go get github.com/tools/godep && \
EXPOSE 3000
CMD ./go/src/github.com/gmemstr/pogoapp
CMD ./pogoapp