Skip to content

Commit ac5232c

Browse files
committed
always go through full build process for running local containers
1 parent 467d035 commit ac5232c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localcontainer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ function cleanup() {
1010
# nuke container when finished
1111
trap cleanup EXIT
1212

13-
#hugo --minify
13+
hugo --minify
1414

15-
docker build -t lichturm-website-local-build:debug .
15+
docker build --no-cache -t lichturm-website-local-build:debug .
1616
docker run --publish 8080:80 --detach --rm --name lichturm-website-debug-container lichturm-website-local-build:debug
1717

1818
firefox --private-window http://localhost:8080

0 commit comments

Comments
 (0)