Youbei Sora commited on
Commit
541aa06
·
verified ·
1 Parent(s): 9b48409

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
  ARG CACHEBUST=1
14
 
15
  RUN --mount=type=secret,id=GITHUB_REPO,required=true \
16
- git clone -b youtube --depth=1 $(cat /run/secrets/GITHUB_REPO) .
17
 
18
  RUN echo $(date) && npm install
19
 
 
13
  ARG CACHEBUST=1
14
 
15
  RUN --mount=type=secret,id=GITHUB_REPO,required=true \
16
+ git clone -b uploader --depth=1 $(cat /run/secrets/GITHUB_REPO) .
17
 
18
  RUN echo $(date) && npm install
19