Skip to content

Commit

Permalink
fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvanandel committed Mar 20, 2024
1 parent 20476d7 commit bed5e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ FROM squidfunk/mkdocs-material:latest
# Set build directory
WORKDIR /tmp

COPY *requirements.txt ./
COPY requirements.txt ./

# Perform build and cleanup artifacts and caches
RUN \
if [ -e user-requirements.txt ]; then \
pip install -U -r user-requirements.txt; \
fi
RUN pip install -U -r requirements.txt

# Set working directory
WORKDIR /docs
File renamed without changes.

0 comments on commit bed5e89

Please sign in to comment.