We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71c303 commit 9723e53Copy full SHA for 9723e53
Containerfile
@@ -59,8 +59,7 @@ RUN set -ex && \
59
--project src \
60
--extra server \
61
--no-dev \
62
- --no-install-project && \
63
- uv pip install git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
+ --no-install-project
64
65
# Now install the rest from `./src`: The APPLICATION w/o dependencies.
66
# `./src` will NOT be copied into the runtime container.
@@ -76,7 +75,8 @@ RUN set -ex && \
76
75
# Add httpie as a developer convenience.
77
# --with httpie \
78
79
- --no-editable
+ --no-editable && \
+ uv pip install --project src git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
80
81
##########################################################################
82
0 commit comments