Spaces:
Sleeping
Sleeping
Nicky Nicolson
commited on
Commit
·
78b4861
1
Parent(s):
2172f9f
add debugging secret
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -21,6 +21,8 @@ WORKDIR /code
|
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
22 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
23 |
|
|
|
|
|
24 |
COPY ./downloadartifact.py /code
|
25 |
RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true ls -ltrah /run/secrets/GH_TOKEN
|
26 |
RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true \
|
|
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
22 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
23 |
|
24 |
+
RUN --mount=type=secret,id=GREETING,mode=0444,required=true cat /run/secrets/GREETING
|
25 |
+
|
26 |
COPY ./downloadartifact.py /code
|
27 |
RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true ls -ltrah /run/secrets/GH_TOKEN
|
28 |
RUN --mount=type=secret,id=GH_TOKEN,mode=0444,required=true \
|