Skip to content

Commit 25fb579

Browse files
committed
Include future posts when serving for development
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent 1cde68c commit 25fb579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ fi
2121

2222
RUN_ARGS+=(--rm --name jekll_serve -it kroxylicious-website)
2323

24-
${CONTAINER_ENGINE} build . -t kroxylicious-website
24+
${CONTAINER_ENGINE} build . -t kroxylicious-website
2525

2626
${CONTAINER_ENGINE} run "${RUN_ARGS[@]}"

0 commit comments

Comments
 (0)