We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467d035 commit ac5232cCopy full SHA for ac5232c
localcontainer.sh
@@ -10,9 +10,9 @@ function cleanup() {
10
# nuke container when finished
11
trap cleanup EXIT
12
13
-#hugo --minify
+hugo --minify
14
15
-docker build -t lichturm-website-local-build:debug .
+docker build --no-cache -t lichturm-website-local-build:debug .
16
docker run --publish 8080:80 --detach --rm --name lichturm-website-debug-container lichturm-website-local-build:debug
17
18
firefox --private-window http://localhost:8080
0 commit comments