Skip to content

Commit a8389f2

Browse files
committed
Fix Dockerfile
1 parent 65a466e commit a8389f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN poetry config virtualenvs.path /poetryvenvs
4040

4141
COPY --chown=nonroot:nonroot pyproject.toml .
4242
COPY --chown=nonroot:nonroot poetry.lock .
43+
COPY --chown=nonroot:nonroot Makefile .
4344

4445
# Test image, contains all files and dependencies
4546
FROM base_builder as dev

0 commit comments

Comments
 (0)