Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
Draft
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
7 changes: 7 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM spotify/techdocs:latest

RUN apk add --update nodejs npm && npm install -g @techdocs/cli

WORKDIR /workspace/

ENTRYPOINT [ "techdocs-cli" ]