Nicky Nicolson commited on
Commit
dc0d4a6
·
1 Parent(s): 11ad855

move script to working dir

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,9 +17,9 @@ RUN ls -l mytoken.txt
17
 
18
  WORKDIR /code
19
 
20
- COPY ./downloadartifact.py /CODE
21
  RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true \
22
- python downloadartifact.py ${IHDELTA_DB_ARTIFACT_URL} /run/secrets/GH_TOKEN /code/ihdelta.db.zip
23
  RUN ls -l /code
24
 
25
  # Download ID is set as a space variable
 
17
 
18
  WORKDIR /code
19
 
20
+ COPY ./downloadartifact.py /code
21
  RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true \
22
+ python /code/downloadartifact.py ${IHDELTA_DB_ARTIFACT_URL} /run/secrets/GH_TOKEN /code/ihdelta.db.zip
23
  RUN ls -l /code
24
 
25
  # Download ID is set as a space variable