Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN tar -xf truepic-sign-v0.3.1-ubuntu-20.04.tar.gz
|
|
38 |
RUN chmod +x truepic-sign
|
39 |
|
40 |
# RUN --mount=type=secret,id=api_key,mode=0444,required=true \
|
41 |
-
./truepic-sign init file-system --api-key $(cat /run/secrets/api_key)
|
42 |
|
43 |
WORKDIR $HOME/app
|
44 |
|
|
|
38 |
RUN chmod +x truepic-sign
|
39 |
|
40 |
# RUN --mount=type=secret,id=api_key,mode=0444,required=true \
|
41 |
+
# ./truepic-sign init file-system --api-key $(cat /run/secrets/api_key)
|
42 |
|
43 |
WORKDIR $HOME/app
|
44 |
|