Skip to content

Commit

Permalink
Pull latest image before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Jan 17, 2018
1 parent a1d1526 commit ab478c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker-start
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ LOGDIR=/var/log/try_clojerl

mkdir -p $LOGDIR

docker pull jfacorro/try_clojerl:latest

docker run -d \
--restart unless-stopped \
--name=try_clojerl \
-v $LOGDIR:$LOGDIR \
-p 8080:8080 \
jfacorro/try_clojerl:latest
jfacorro/try_clojerl:latest

0 comments on commit ab478c7

Please sign in to comment.