Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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}
|