Sunset Mikoto commited on
Commit
69151ca
·
1 Parent(s): e858ddb

Fix chmod

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -40,4 +40,5 @@ ENV PASSWORD=huggingface
40
 
41
  # Use our custom entrypoint script first
42
  COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
 
43
  ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]
 
40
 
41
  # Use our custom entrypoint script first
42
  COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
43
+ RUN chmod +x /usr/bin/deploy-container-entrypoint.sh
44
  ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]