Skip to content

Commit

Permalink
build: fix dockerfile (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike authored Nov 13, 2024
1 parent 0b0e572 commit 81a87b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM squidfunk/mkdocs-material@sha256:badd1c2f82460953fec431cec750fdeb5853098ea9ec1e4ea6432ca3c5682a28

COPY ./requirements.txt ./

RUN pip install -r ./requirements.txt --require-hashes --no-cache-dir

EXPOSE 8000
Expand Down

0 comments on commit 81a87b1

Please sign in to comment.