Spaces:
Running
Running
Removed redundant container name in setup [no ci]
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ When the solution is ready, the website should be accessible on [Hugging Face](h
|
|
26 |
```
|
27 |
git clone https://github.com/andreped/ohif4hf.git
|
28 |
docker build --no-cache -t ohif4hf .
|
29 |
-
docker run -p 3000:80
|
30 |
```
|
31 |
|
32 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|
|
|
26 |
```
|
27 |
git clone https://github.com/andreped/ohif4hf.git
|
28 |
docker build --no-cache -t ohif4hf .
|
29 |
+
docker run -p 3000:80 ohif4hf
|
30 |
```
|
31 |
|
32 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|