Skip to content

Commit c824f6a

Browse files
authored
Merge pull request #74 from febus982/fix-dockerfile
Fix Dockerfile
2 parents 65a466e + a8389f2 commit c824f6a

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)