ep9io commited on
Commit
3221a35
·
verified ·
1 Parent(s): 261d368

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,4 +15,7 @@ USER root
15
  RUN chown -R 1000:1000 /workspace
16
  USER 1000
17
 
 
 
 
18
  CMD rustpipe server --bind 0.0.0.0:7860 --token ${AUTH_TOKEN}
 
15
  RUN chown -R 1000:1000 /workspace
16
  USER 1000
17
 
18
+ # clears the ["/usr/local/bin/rustpipe"] entrypoint from the base image
19
+ ENTRYPOINT []
20
+
21
  CMD rustpipe server --bind 0.0.0.0:7860 --token ${AUTH_TOKEN}