derek-thomas HF staff commited on
Commit
ff609c0
1 Parent(s): 9b83b7b

Ignore entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -43,6 +43,9 @@ ENTRYPOINT ["./entrypoint.sh"]
43
  # Final image
44
  FROM base
45
 
 
 
 
46
  # Switch to the non-root user
47
  USER user
48
 
 
43
  # Final image
44
  FROM base
45
 
46
+ # Override the ENTRYPOINT
47
+ ENTRYPOINT []
48
+
49
  # Switch to the non-root user
50
  USER user
51