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 65e2496 commit a37a494Copy full SHA for a37a494
pelican/Dockerfile
@@ -71,4 +71,5 @@ RUN { echo '#!/usr/bin/env bash' >/usr/local/bin/pelicanasf; chmod +x /usr/local
71
# The -b (bind) is needed to allow connections from the host
72
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;
73
74
-ENTRYPOINT [ "pelicanasf", "content", "--listen"]
+# --autoreload (-r) and --listen (-l)
75
+ENTRYPOINT [ "pelicanasf", "content", "-rl"]
0 commit comments