Correct branch name

This commit is contained in:
Gary Ritchie 2016-10-09 19:57:12 -04:00
parent 4ca99c8830
commit e23a4f5cb6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN npm install -g pm2 \
&& npm install -g adapt-cli
RUN cd / \
&& git clone --branch ${AAT_VER} https://github.com/adaptlearning/adapt_authoring.git
&& git clone --branch v${AAT_VER} https://github.com/adaptlearning/adapt_authoring.git
WORKDIR /adapt_authoring

View File

@ -8,7 +8,7 @@ volumes:
services:
setup:
# build: .
image: garyritchie/docker-adaptauthoring
image: garyritchie/docker-adaptauthoring:0.2.2
container_name: adaptauthoring
# extends:
# file: docker-compose.yml