Rifando commited on
Commit
6a990cd
·
verified ·
1 Parent(s): 4b23726

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ USER user
29
  WORKDIR $HOME/app
30
 
31
  # Kloning repositori
32
- RUN git clone https://github.com/Justinmad/cobalt
33
 
34
  # Masuk ke direktori proyek
35
  WORKDIR $HOME/app/cobalt/api/src
 
29
  WORKDIR $HOME/app
30
 
31
  # Kloning repositori
32
+ RUN git clone -b queue https://github.com/imputnet/cobalt
33
 
34
  # Masuk ke direktori proyek
35
  WORKDIR $HOME/app/cobalt/api/src