jclyo1 commited on
Commit
a94df7b
1 Parent(s): 1a55725

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ RUN tar -xf truepic-lens-cli-f41c5598bd4ad6736ac42884fe6d1e7e1c9720a3-ubuntu-20.
37
 
38
  RUN chmod +x truepic
39
 
40
- RUN --mount=type=secret,id=api_key,mode=0444,required=true \
41
- ./truepic enroll file-system --api-key $(cat /run/secrets/api_key)
42
 
43
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
44
  COPY --chown=user . $HOME/app
 
37
 
38
  RUN chmod +x truepic
39
 
40
+ # RUN --mount=type=secret,id=api_key,mode=0444,required=true \
41
+ # ./truepic enroll file-system --api-key $(cat /run/secrets/api_key)
42
 
43
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
44
  COPY --chown=user . $HOME/app