Skip to content

Commit

Permalink
Fix copy statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Mar 28, 2024
1 parent 9917273 commit e49014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN apt-get update && \
pip install --upgrade pip && \
pip install -r requirements.txt

COPY docs/
COPY docs/ .

CMD ["quarto", "render", "docs", "--no-execute-daemon"]

0 comments on commit e49014c

Please sign in to comment.