MrFrank2 commited on
Commit
8d01f57
·
verified ·
1 Parent(s): 3242880

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -9,11 +9,11 @@ RUN apt-get update && \
9
  USER node
10
 
11
  RUN --mount=type=secret,id=MR_FRANK,mode=0444,required=true \
12
- git clone https://$(cat /run/secrets/MR_FRANK)@github.com/mrfrank-ofc/SUBZERO-V2.git /home/node/SUBZERO-V2
13
 
14
- WORKDIR /home/node/SUBZERO-V2
15
 
16
- RUN chmod -R 777 /home/node/SUBZERO-V2
17
 
18
  RUN yarn install --network-concurrency 1
19
 
 
9
  USER node
10
 
11
  RUN --mount=type=secret,id=MR_FRANK,mode=0444,required=true \
12
+ git clone https://$(cat /run/secrets/MR_FRANK)@github.com/xeonser/SUBZERO.git /home/node/SUBZERO
13
 
14
+ WORKDIR /home/node/SUBZERO
15
 
16
+ RUN chmod -R 777 /home/node/SUBZERO
17
 
18
  RUN yarn install --network-concurrency 1
19