Spaces:
Runtime error
Runtime error
Archie Wood
commited on
Commit
•
33ca400
1
Parent(s):
ac72290
more graceful exit
Browse files- 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 |
-
|
|
|
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"]
|