Skip to content

Commit 9723e53

Browse files
committed
debug3
1 parent f71c303 commit 9723e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ RUN set -ex && \
5959
--project src \
6060
--extra server \
6161
--no-dev \
62-
--no-install-project && \
63-
uv pip install git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
62+
--no-install-project
6463

6564
# Now install the rest from `./src`: The APPLICATION w/o dependencies.
6665
# `./src` will NOT be copied into the runtime container.
@@ -76,7 +75,8 @@ RUN set -ex && \
7675
# Add httpie as a developer convenience.
7776
# --with httpie \
7877
--no-dev \
79-
--no-editable
78+
--no-editable && \
79+
uv pip install --project src git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
8080

8181
##########################################################################
8282

0 commit comments

Comments
 (0)