thecuong commited on
Commit
10e05e1
·
verified ·
1 Parent(s): f36df00

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV PIPENV_VENV_IN_PROJECT=1
13
  WORKDIR $HOME/app
14
 
15
  RUN --mount=type=secret,id=GITLAB_CREDENTIALS,mode=0444,required=true \
16
- git clone "https://$(cat /run/secrets/GITLAB_CREDENTIALS)@gitlab.com/bookingcare/search.git" -b newt_v4.1/cuong1 .
17
  RUN python -m pip install --upgrade pip
18
  RUN pip install --user pipenv
19
  RUN echo 'export PATH="/home/user/.local/bin:$PATH"' >> $HOME/.bashrc
 
13
  WORKDIR $HOME/app
14
 
15
  RUN --mount=type=secret,id=GITLAB_CREDENTIALS,mode=0444,required=true \
16
+ git clone "https://$(cat /run/secrets/GITLAB_CREDENTIALS)@gitlab.com/bookingcare/search.git" -b newt_v4.1/cuong2 .
17
  RUN python -m pip install --upgrade pip
18
  RUN pip install --user pipenv
19
  RUN echo 'export PATH="/home/user/.local/bin:$PATH"' >> $HOME/.bashrc