Hannes Kath commited on
Commit
dbd8478
·
1 Parent(s): a91a88c

change Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN git clone ${REPO_URL} /git_app
22
  WORKDIR /git_app
23
 
24
  # Change to the versio branch
25
- #RUN git checkout version
26
 
27
  # Install dependencies
28
  RUN pip install --upgrade pip setuptools wheel
 
22
  WORKDIR /git_app
23
 
24
  # Change to the versio branch
25
+ RUN git checkout version
26
 
27
  # Install dependencies
28
  RUN pip install --upgrade pip setuptools wheel