Skip to content

Commit

Permalink
dev: still copy Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 12, 2023
1 parent 5fd7431 commit 243dc9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ COPY requirements-dev.txt ./
RUN pip install -r requirements-dev.txt

## Run static-type-checks to initialise the cache
RUN pyright .
COPY Makefile ./
RUN make type-check

## Initialise pre-commit
### Remove the .git repo afterwards, since the dev container bind-mounts the development repo
Expand Down

0 comments on commit 243dc9e

Please sign in to comment.