jclyo1 commited on
Commit
7cec437
1 Parent(s): 5a82a41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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