Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Make it easy to use techdocs-cli in CI #31

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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" ]