Updating README.md
[tech-radar.git] / Dockerfile
index 4d19dda..a6b0c0e 100644 (file)
@@ -13,7 +13,3 @@ RUN yum update -y && \
     echo "To build tech-radar, run this docker image with this command:"
     echo "docker run -it -v ${PWD}:/home/docker/tech-radar tech-radar:centos npm run build:all"
 
-#    cd /home/docker/tech-radar &&\
-#    npm install &&\
-#    npm run build && \
-#    npm run examples;