Add scripts directory to Dockerfile
This commit is contained in:
parent
4643f283eb
commit
5092719b65
1 changed files with 2 additions and 1 deletions
|
|
@ -62,9 +62,10 @@ RUN apt-get update \
|
|||
WORKDIR /app
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
COPY src ./src
|
||||
COPY scripts ./scripts
|
||||
COPY Makefile ./
|
||||
COPY README.md ./
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 - && make build
|
||||
RUN make build
|
||||
|
||||
# Final stage for the application
|
||||
FROM python-base as final
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue