andreped commited on
Commit
33b50d5
1 Parent(s): d3d9446

Removed redundant container name in setup [no ci]

Browse files
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.