Skip to content

Commit 7243681

Browse files
authored
Explicitly copy any private plugins into API docker build (#1495)
1 parent 22f70a4 commit 7243681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/server_dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ ENV SETUPTOOLS_SCM_PRETEND_VERSION=${SETUPTOOLS_SCM_PRETEND_VERSION}
3838
WORKDIR /app
3939
COPY ./pydatalab/pyproject.toml .
4040
COPY ./pydatalab/uv.lock .
41+
42+
# copy any plugin directory, if it exists, using a glob to prevent crashes if it doesn't
43+
COPY ./pydatalab/plugin[s] .
4144
RUN uv sync --locked --no-dev --all-extras
4245

4346
WORKDIR /app

0 commit comments

Comments
 (0)