Skip to content

Commit

Permalink
build: update dockerfile for new dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 18, 2023
1 parent c877343 commit 0f1e8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11-bookworm as builder
WORKDIR /app

# Install build utilities and python requirements
COPY ./src pyproject.toml ./
COPY pyproject.toml ./
RUN pip install --user --no-cache-dir .
COPY ./ ./

Expand Down

0 comments on commit 0f1e8c0

Please sign in to comment.