Skip to content

Commit a37a494

Browse files
committed
Also want autoreload
[skip ci]
1 parent 65e2496 commit a37a494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pelican/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ RUN { echo '#!/usr/bin/env bash' >/usr/local/bin/pelicanasf; chmod +x /usr/local
7171
# The -b (bind) is needed to allow connections from the host
7272
RUN echo 'SRC=${1:?source}; shift; python3 -B -m pelican $SRC -b 0.0.0.0 -e "$(python3 $WORKDIR/plugin_paths.py $WORKDIR/plugins)" "$@"' >>/usr/local/bin/pelicanasf;
7373

74-
ENTRYPOINT [ "pelicanasf", "content", "--listen"]
74+
# --autoreload (-r) and --listen (-l)
75+
ENTRYPOINT [ "pelicanasf", "content", "-rl"]

0 commit comments

Comments
 (0)