diff --git a/pcs-setup.txt b/pcs-setup.txt index fa09a89..5da2f9d 100644 --- a/pcs-setup.txt +++ b/pcs-setup.txt @@ -15,7 +15,17 @@ New Lektor Approach: thats all! - If you would start from scratch you wolud delete all contents in lektordata/ and run + building the website for deployment is: + + docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor -p 5000:5000 lektorcontainer lektor build -O /opt/lektor/output + + deployemnt can then be found in: + + lektor/lektordata/output + + + + If you would like to start from scratch you would delete all contents in lektordata/project and run docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor lektorcontainer lektor quickstart