andreped commited on
Commit
a9b8d5e
·
2 Parent(s): 3404a20 33b50d5

Merge pull request #7 from andreped/ohif

Browse files

Removed redundant container name in setup [no ci]

Files changed (1) hide show
  1. README.md +1 -1
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 --name ohif4hf-container ohif4hf
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.