Last active 1731089928

DevDocs-2.sh Raw
1# First, build the image
2git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs
3docker build -t thibaut/devdocs .
4
5# Finally, start a DevDocs container (access http://localhost:9292)
6docker run --name devdocs -d -p 9292:9292 thibaut/devdocs