Sunset Mikoto commited on
Commit
c194d29
·
1 Parent(s): 69151ca
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,5 +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
- RUN chmod +x /usr/bin/deploy-container-entrypoint.sh
44
  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 sudo chmod +x /usr/bin/deploy-container-entrypoint.sh
44
  ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]