diff --git a/Dockerfile b/Dockerfile index 2af7669..741d048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY --from=builder --chown=wikijs:wikijs /build/LICENSE /home/wikijs/LICENSE COPY --from=builder --chown=wikijs:wikijs /build/config.sample.yml /home/wikijs/config.sample.yml COPY --from=builder --chown=wikijs:wikijs /build/package.json /home/wikijs/package.json -RUN apk add --no-cache \ +RUN apk add --no-cache \ nodejs ADD /rootfs / diff --git a/rootfs/etc/confd/templates/config.yml.tmpl b/rootfs/etc/confd/templates/config.yml.tmpl index e19d568..9688166 100644 --- a/rootfs/etc/confd/templates/config.yml.tmpl +++ b/rootfs/etc/confd/templates/config.yml.tmpl @@ -27,7 +27,7 @@ db: host: {{ getenv "DB_HOST" }} port: {{ getenv "DB_PORT" "5432" }} user: {{ getenv "DB_USER" "wikijs" }} - pass: {{ getenv "DB_PASSWORD }} + pass: {{ getenv "DB_PASSWORD" }} db: {{ getenv "DB_NAME" "wikijs" }} ssl: {{ getenv "DB_SSL" "false" }} # SQLite only: