Skip to content

Commit

Permalink
add basic Dockerfile example
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidwhiteside committed Oct 6, 2023
1 parent 65b5653 commit c29739d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM python:3.9-slim
RUN pip install ansible-docgen
WORKDIR /app

0 comments on commit c29739d

Please sign in to comment.