Archie Wood commited on
Commit
33ca400
1 Parent(s): ac72290

more graceful exit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
33
  huggingface-cli upload --token=$(cat /run/secrets/HF_TOKEN) --repo-type=space $STATIC_SPACE /tmp/app/dist . --delete "*"
34
 
35
  # Halt execution because the code space is not meant to run.
36
- RUN exit 1
 
33
  huggingface-cli upload --token=$(cat /run/secrets/HF_TOKEN) --repo-type=space $STATIC_SPACE /tmp/app/dist . --delete "*"
34
 
35
  # Halt execution because the code space is not meant to run.
36
+ CMD ["true"]