Adding a few initial posts

This commit is contained in:
2022-11-09 07:20:35 -05:00
parent 1d217d27ed
commit bd03c68945
9 changed files with 87 additions and 68 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/sh
docker run --rm -it -u "$(id -u):$(id -g)" \
docker run --rm -it \
-v $PWD:/app \
--workdir /app \
-p 1024:1024 \
-p 8080:8080 \
-p 7121:7121 \
ghcr.io/getzola/zola:v0.16.0 "$@"