Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions app-config.local.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ auth:
environment: development

techdocs:
builder: 'local'
builder: local
generator:
runIn: 'docker'
runIn: docker
publisher:
type: 'local'
type: local
local:
publishDirectory: ../../volumes/techdocs

# For local development purposes, you can add/change catalog sources here.
#
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip3 install mkdocs-techdocs-core==1.2.1
RUN pip3 install mkdocs-techdocs-core==1.5.4

# From here on we use the least-privileged `node` user to run the backend.
USER node
Expand Down