Skip to content
Snippets Groups Projects
Verified Commit f20dd0af authored by Radeczki Gergő István's avatar Radeczki Gergő István :fire:
Browse files

added seperate script files for building and running docker image

parent cb96df62
No related branches found
No related tags found
1 merge request!59Upgrade n fix
# remove previous image
docker image rm schdesign/roadmap:mkdocs-material
# build docker image
docker build -t schdesign/roadmap:mkdocs-material .
# start docker image
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs schdesign/roadmap:mkdocs-material
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment