Skip to content

Commit

Permalink
dev: copy makefile before running commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 12, 2023
1 parent f921e40 commit 8612e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY requirements-dev.txt ./
RUN pip install -r requirements-dev.txt

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

## Initialise pre-commit
Expand Down

0 comments on commit 8612e07

Please sign in to comment.